fox_blogREST

REST

Created2024-08-29|Updated2024-08-31|Backend
|Post Views:

learn REST

  1. https://roadmap.sh/backend?r=backend-beginner

  2. https://restapitutorial.com/introduction/whatisrest

  3. curl -i “https://itunes.apple.com/search?term=radiohead&media=music&limit=3“

  4. https://restapitutorial.com/introduction/restconstraints.html

  5. https://restapitutorial.com/introduction/restquicktips

  6. 幂等性 Idempotence

    1. Making multiple identical requests has the same effect as making a single request.
  7. “Top 10” HTTP Status Code

Author: HITlittlefox
Link: http://example.com/2024/08/29/REST/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
REST
Previous
gradle-learn
gradle 学习网站汇总 gradle Gradle User Manual Learn Gradle basics Training Courses Tutorial gradle init –type java-application –dsl kotlin Gradle wrapper Invoking the Gradle Wrapper differece of build and project: A build: Represents a bundle of related software that you can build, test, and/or release together. Can optionally include other builds (i.e. additional software such as libraries, plugins, build-time tools, etc). A project: Represents a single piece of your architecture - a...
Next
JWT And Authentication
Authentication JWT Authentication Token based Authentication Session based Authentication Basic Authentication OAuth - Open Authorization OAuth 是: 应用程序请求用户授权 用户授权 App 并交付证明 应用程序向服务器提供授权证明以获取令牌 Token 仅限于访问用户为特定 App 授权的内容 OAuth 2.0 摘要 OAuth 2.0 是一个授权框架,用于委派对 API的访问。它涉及请求资源所有者授权/同意的范围的客户端。授权授权将交换访问令牌和刷新令牌(取决于流程)。有多个流程可以处理不同的客户端和授权场景。JWT可用于 Authorization Server 和 Resource Server 之间的结构化令牌。 OAuth 具有非常大的安全外围应用。确保使用安全的工具包并验证所有输入! OAuth 不是身份验证协议。OpenID Connect 扩展了 OAuth 2.0...
avatar
HITlittlefox
Articles
112
Tags
12
Categories
10
Follow Me
Announcement
This is my Blog
Contents
  1. 1. learn REST
Recent Posts
解决一次adapter嵌套不更新内容2025-03-28
解决一次时间复杂度2025-03-28
onCreateViewHolder2025-02-17
解bug请拉取最新分支2025-01-20
Skeleton Layout2025-01-17
©2019 - 2025 By HITlittlefox
Framework Hexo 6.2.0|Theme Butterfly 5.3.5