我对REST服务器进行了身份验证,并在cookie中获得了一个令牌。该令牌允许访问REST服务器,但我想与身份验证服务进行交互。
Github对该消息的答复
{
"message": "Bad credentials",
"documentation_url": "https://developer.github.com/v3"
}
Gitlab仅返回
401 (Unauthorized)
我正在使用从cookie返回的令牌作为HTTP标头
Authorization: `token`
Authorization: bearer `token`
Authorization: token `token`