Last active
August 29, 2015 14:02
-
-
Save karlcow/c3a0ce098f018c53e5f3 to your computer and use it in GitHub Desktop.
Requesting NHK news
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 | |
| Accept: */* | |
| Accept-Encoding: gzip, deflate, compress | |
| Host: www.nhknews.jp | |
| User-Agent: Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0 |
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 302 Found | |
| Content-Length: 0 | |
| Content-Type: text/html; charset=Shift_JIS | |
| Date: Thu, 05 Jun 2014 02:55:12 GMT | |
| Location: ./index.html | |
| Server: Apache/2.2.10 (Win32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment