Created
March 28, 2013 21:13
-
-
Save jaminguy/5266853 to your computer and use it in GitHub Desktop.
Header dump from an AFNetwork get call from iOS to http://httpecho.heroku.com/headers.json
This file contains 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_ACCEPT", | |
"*/*" | |
], | |
[ | |
"HTTP_HOST", | |
"httpecho.heroku.com" | |
], | |
[ | |
"HTTP_X_REQUEST_START", | |
"1364505131384" | |
], | |
[ | |
"HTTP_USER_AGENT", | |
"ImageCache/1.0 (iPhone Simulator; iOS 6.1; Scale/2.00)" | |
], | |
[ | |
"HTTP_X_REAL_IP", | |
"107.194.254.79" | |
], | |
[ | |
"HTTP_ACCEPT_LANGUAGE", | |
"en;q=1, fr;q=0.9, de;q=0.8, ja;q=0.7, nl;q=0.6, it;q=0.5" | |
], | |
[ | |
"HTTP_VERSION", | |
"HTTP/1.0" | |
], | |
[ | |
"HTTP_X_FORWARDED_FOR", | |
"107.194.254.79" | |
], | |
[ | |
"HTTP_ACCEPT_ENCODING", | |
"gzip, deflate" | |
], | |
[ | |
"HTTP_CONNECTION", | |
"close" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment