http Authorization

MDN 文档

HTTP协议中的 Authorization 请求消息头含有服务器用于验证用户代理身份的凭证,通常会在服务器返回401

Authorization: <type> <credentials>
$ curl localhost:3000/users -H "Authorization: Bearer TOKEN"
posted @ 2018-11-24 16:48  Ajanuw  阅读(257)  评论(0编辑  收藏  举报