前后端 auth
摘要:前后端的鉴权认证 用来限制数据访问 一般的前后端鉴权方式有四种 http basic auth session-cookie token oAuth http basic auth(401) 认证过程 Client 发起请求,如果已经 auth 了,那么在请求头里面会有 Authorization:
阅读全文
Content-Type
摘要:MDN https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types other https://blog.csdn.net/xiaoyu19910321/article/details/79279364 Co
阅读全文