Created
July 29, 2011 14:30
-
-
Save levigross/1113916 to your computer and use it in GitHub Desktop.
Reddit Curl
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
MyMac:~ User$ curl http://reddit.com | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp"> | |
<title>テスト</title> | |
<body> | |
<br> | |
このサーバはVideo002.interco.mobiです。 | |
<br> | |
現在サーバ構築中。 | |
<br> | |
このページはテストです。 | |
</body> | |
</html> |
Author
levigross
commented
Jul 29, 2011
via email
@ckbaum this is because the DNS record is cached by your OS clear the cache
and try another browser.
…On Fri, Jul 29, 2011 at 11:54 AM, ckbaum < ***@***.***>wrote:
Me too! But the person next to me can load it normally...
##
Reply to this email directly or view it on GitHub:
https://gist.github.com/1113916
@levigross, swiching browser worked for me. But that implies the the DNS record was briefly messed up a some point... I wonder what happened.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment