Created
January 13, 2014 22:27
-
-
Save pmhsfelix/8409328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- | |
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