holgerbrandl
10/17/2018, 9:45 AMPOST <http://user:password@localhost:8080/snippets>
Content-Type: application/json
WWW-Authenticate: Basic myrealm
{
"snippet": {
"text": "heyho"
}
}
which works, but I was wondering if I could also put the credentials into the request header in some way?cy
10/17/2018, 10:16 AMAuthorization: Basic $BASE64_USER_PASS
cy
10/17/2018, 10:18 AMholgerbrandl
10/17/2018, 10:18 AMcy
10/17/2018, 10:48 AMWWW-Authenticate
header: it will be ignored by a server anywayholgerbrandl
10/17/2018, 12:30 PM