http Authorization
Posted ajanuw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了http Authorization相关的知识,希望对你有一定的参考价值。
HTTP协议中的 Authorization 请求消息头含有服务器用于验证用户代理身份的凭证,通常会在服务器返回401
Authorization: <type> <credentials>
$ curl localhost:3000/users -H "Authorization: Bearer TOKEN"
以上是关于http Authorization的主要内容,如果未能解决你的问题,请参考以下文章
Android WebView 添加authorization基本验证