Last active
January 3, 2016 19:39
-
-
Save ixti/8509642 to your computer and use it in GitHub Desktop.
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
| curl -v -L http://ixti.net | |
| * Rebuilt URL to: http://ixti.net/ | |
| * Hostname was NOT found in DNS cache | |
| * Adding handle: conn: 0x1210c50 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 0 (0x1210c50) send_pipe: 1, recv_pipe: 0 | |
| * Trying 204.232.175.78... | |
| * Connected to ixti.net (204.232.175.78) port 80 (#0) | |
| > GET / HTTP/1.1 | |
| > User-Agent: curl/7.34.0 | |
| > Host: ixti.net | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 302 Found | |
| < Connection: close | |
| < Pragma: no-cache | |
| < cache-control: no-cache | |
| < Location: / | |
| < | |
| * Closing connection 0 | |
| * Issue another request to this URL: 'http://ixti.net/' | |
| * Hostname was found in DNS cache | |
| * Trying 204.232.175.78... | |
| * Adding handle: conn: 0x1210c50 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 1 (0x1210c50) send_pipe: 1, recv_pipe: 0 | |
| * Connected to ixti.net (204.232.175.78) port 80 (#1) | |
| > GET / HTTP/1.1 | |
| > User-Agent: curl/7.34.0 | |
| > Host: ixti.net | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK | |
| * Server GitHub.com is not blacklisted | |
| < Server: GitHub.com | |
| < Date: Sun, 19 Jan 2014 19:16:19 GMT | |
| < Content-Type: text/html | |
| < Connection: keep-alive | |
| < Content-Length: 5607 | |
| < Last-Modified: Mon, 23 Dec 2013 16:50:47 GMT | |
| < Expires: Sun, 19 Jan 2014 19:26:19 GMT | |
| < Cache-Control: max-age=600 | |
| < Vary: Accept-Encoding | |
| < Accept-Ranges: bytes | |
| < Vary: Accept-Encoding |
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
| % curl -v -L http://ixti.net | |
| * Rebuilt URL to: http://ixti.net/ | |
| * Hostname was NOT found in DNS cache | |
| * Adding handle: conn: 0x7bdc50 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 0 (0x7bdc50) send_pipe: 1, recv_pipe: 0 | |
| * Trying 204.232.175.78... | |
| * Connected to ixti.net (204.232.175.78) port 80 (#0) | |
| > GET / HTTP/1.1 | |
| > User-Agent: curl/7.34.0 | |
| > Host: ixti.net | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 200 OK | |
| * Server GitHub.com is not blacklisted | |
| < Server: GitHub.com | |
| < Date: Sun, 19 Jan 2014 19:18:31 GMT | |
| < Content-Type: text/html | |
| < Connection: keep-alive | |
| < Content-Length: 5607 | |
| < Last-Modified: Mon, 23 Dec 2013 16:50:47 GMT | |
| < Expires: Sun, 19 Jan 2014 19:28:31 GMT | |
| < Cache-Control: max-age=600 | |
| < Vary: Accept-Encoding | |
| < Accept-Ranges: bytes | |
| < Vary: Accept-Encoding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment