Created
August 8, 2013 06:08
-
-
Save number5/6181885 to your computer and use it in GitHub Desktop.
curl -v ipconfig.me
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
* About to connect() to ipconfig.me port 80 (#0) | |
* Trying 82.98.86.174... connected | |
> GET / HTTP/1.1 | |
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 | |
> Host: ipconfig.me | |
> Accept: */* | |
> | |
* HTTP 1.0, assume close after body | |
< HTTP/1.0 200 OK | |
< Date: Thu, 08 Aug 2013 06:07:18 GMT | |
< Server: Apache | |
< X-Powered-By: PHP/5.3.3-7+squeeze15 | |
< Expires: Mon, 26 Jul 1997 05:00:00 GMT | |
< Last-Modified: Thu, 08 Aug 2013 06:07:18 GMT | |
< Cache-Control: no-store, no-cache, must-revalidate | |
< Cache-Control: post-check=0, pre-check=0 | |
< Pragma: no-cache | |
< Set-Cookie: tu=9131e48e9a1aa70037addb60b3bb2fa0; expires=Tue, 31-Dec-2019 23:00:00 GMT; path=/; domain=ipconfig.me; httponly | |
< X-Adblock-Key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANnylWw2vLY4hUn9w06zQKbhKBfvjFUCsdFlb6TdQhxb9RXWXuI4t31c+o8fYOv/s8q1LGPga3DE1L/tHU4LENMCAwEAAQ==_ABA8dAgDBb344B7D83BGUT88vvELQ/5UJUR/xmOSiHARox5AO4aAgBLw3e575E6caj8OPvoTZeBATLsI2VBroQ== | |
< Vary: User-Agent,Accept-Encoding | |
< Content-Length: 1655 | |
< Content-Type: text/html | |
< X-Cache: MISS from 20857 | |
< Connection: close | |
< | |
<html xmlns="http://www.w3.org/TR/REC-html40" data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANnylWw2vLY4hUn9w06zQKbhKBfvjFUCsdFlb6TdQhxb9RXWXuI4t31c+o8fYOv/s8q1LGPga3DE1L/tHU4LENMCAwEAAQ==_ABA8dAgDBb344B7D83BGUT88vvELQ/5UJUR/xmOSiHARox5AO4aAgBLw3e575E6caj8OPvoTZeBATLsI2VBroQ=="> | |
<head> | |
<script src="//google.com/adsense/domains/caf.js" type="text/javascript"></script> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment