Created
April 18, 2009 20:19
-
-
Save melito/97766 to your computer and use it in GitHub Desktop.
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
~/workspace/kitchen/ curl -v http://tinyurl.com/3za9v | |
* About to connect() to tinyurl.com port 80 (#0) | |
* Trying 195.66.135.140... connected | |
* Connected to tinyurl.com (195.66.135.140) port 80 (#0) | |
> GET /3za9v HTTP/1.1 | |
> User-Agent: curl/7.19.2 (i386-apple-darwin9.6.0) libcurl/7.19.2 OpenSSL/0.9.8i zlib/1.2.3 | |
> Host: tinyurl.com | |
> Accept: */* | |
> | |
< HTTP/1.1 301 Moved Permanently | |
< X-Powered-By: PHP/5.2.9 | |
< Location: http://hop.clickbank.net/?revenue4u/hithog&d=homepage | |
< Content-type: text/html | |
< Content-Length: 0 | |
< Date: Sat, 18 Apr 2009 20:19:01 GMT | |
< Server: TinyURL/1.6 | |
< | |
* Connection #0 to host tinyurl.com left intact | |
* Closing connection #0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment