Comment 1 for bug 415625

Revision history for this message
mangtronix (mang) wrote :

Here's an example.

$ curl -v http://archive.org/stream/1966PlayboyInterview
* About to connect() to archive.org port 80 (#0)
* Trying 207.241.229.39... connected
* Connected to archive.org (207.241.229.39) port 80 (#0)
> GET /stream/1966PlayboyInterview HTTP/1.1
> User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3
> Host: archive.org
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Tue, 18 Aug 2009 22:16:29 GMT
< Server: Apache/2.2.11 (Ubuntu) PHP/5.2.3-1ubuntu6 mod_ssl/2.2.11 OpenSSL/0.9.8e mod_wsgi/2.3 Python/2.5.1
< Location: http://www.archive.org/download.php/1966PlayboyInterview
...

 curl -v http://www.archive.org/stream/1966PlayboyInterview
* About to connect() to www.archive.org port 80 (#0)
* Trying 207.241.229.39... connected
* Connected to www.archive.org (207.241.229.39) port 80 (#0)
> GET /stream/1966PlayboyInterview HTTP/1.1
> User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3
> Host: www.archive.org
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Tue, 18 Aug 2009 22:17:02 GMT
< Server: Apache/2.2.11 (Ubuntu) PHP/5.2.3-1ubuntu6 mod_ssl/2.2.11 OpenSSL/0.9.8e mod_wsgi/2.3 Python/2.5.1
< X-Powered-By: PHP/5.2.3-1ubuntu6
< Location: http://www.archive.org/details/1966PlayboyInterview