Skip to content

Instantly share code, notes, and snippets.

@pmhsfelix
Created January 13, 2014 22:27
Show Gist options
  • Save pmhsfelix/8409328 to your computer and use it in GitHub Desktop.
Save pmhsfelix/8409328 to your computer and use it in GitHub Desktop.
----
HTTP/1.1 401 Unauthorized
...
WWW-Authenticate: Basic realm="Web API Book"
...
----
----
GET /resource HTTP/1.1
...
Authorization: Basic QWxpY2U6VGhlIE1hZ2ljIFdvcmRzIGFyZSBTcXVlYW1pc2ggT3NzaWZyYWdl
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment