Skip to content

Instantly share code, notes, and snippets.

@jcrugzz
Created March 29, 2013 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrugzz/46b19a235d99c5238ae5 to your computer and use it in GitHub Desktop.
Save jcrugzz/46b19a235d99c5238ae5 to your computer and use it in GitHub Desktop.
~ ❯❯❯ curl -v pandora.com
* About to connect() to pandora.com port 80 (#0)
* Trying 173.194.73.104...
* connected
* Connected to pandora.com (173.194.73.104) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
> Host: pandora.com
> Accept: */*
>
< HTTP/1.1 302 Found
< Location: http://www.google.com/
< Cache-Control: private
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Date: Fri, 29 Mar 2013 23:54:58 GMT
< Server: sffe
< Content-Length: 219
< X-XSS-Protection: 1; mode=block
<
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
* Connection #0 to host pandora.com left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment