Forked from maritz/request headers for failing get request in connect
Created
May 26, 2011 18:16
-
-
Save tj/993694 to your computer and use it in GitHub Desktop.
GET /someurl
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
Accept:application/json, text/javascript, */*; q=0.01 | |
Cache-Control:max-age=0 | |
Content-Type:application/json | |
User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.04 Chromium/11.0.696.68 Chrome/11.0.696.68 Safari/534.24 | |
X-Requested-With:XMLHttpRequest |
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
GET / HTTP/1.1 | |
Content-Type: application/json | |
HTTP/1.1 200 OK | |
Connection: keep-alive | |
Transfer-Encoding: chunked | |
4 | |
test | |
0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment