Skip to content

Instantly share code, notes, and snippets.

@thefloweringash
Created October 24, 2013 21:03
Show Gist options
  • Save thefloweringash/7144927 to your computer and use it in GitHub Desktop.
Save thefloweringash/7144927 to your computer and use it in GitHub Desktop.
Vodafone Proxy What?
lorne@illumination$ curl -vLO http://www.w3.org/Library/Distribution/w3c-libwww-5.4.0.tgz
* Adding handle: conn: 0x7fca5b80b600
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fca5b80b600) send_pipe: 1, recv_pipe: 0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to www.w3.org port 80 (#0)
* Trying 128.30.52.37...
* Connected to www.w3.org (128.30.52.37) port 80 (#0)
> GET /Library/Distribution/w3c-libwww-5.4.0.tgz HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.w3.org
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 24 Oct 2013 20:59:19 GMT
* Server Apache/2 is not blacklisted
< Server: Apache/2
< Last-Modified: Wed, 12 Jun 2002 10:08:44 GMT
< ETag: "113aa1-3a335d481c300"
< Accept-Ranges: bytes
< Cache-Control: max-age=21600
< Expires: Fri, 25 Oct 2013 02:59:19 GMT
< P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
< Content-Type: application/gzip; qs=0.001
< Via: 1.1 BC1-ACLD
< Content-Length: 6195200
< Connection: Keep-Alive
< Age: 124
<
{ [data not shown]
100 6050k 100 6050k 0 0 1326k 0 0:00:04 0:00:04 --:--:-- 1326k
* Connection #0 to host www.w3.org left intact
lorne@illumination$ ls -lh w3c-libwww-5.4.0.tgz
-rw-r--r-- 1 lorne 501 5.9M 25 Oct 10:01 w3c-libwww-5.4.0.tgz
lorne@illumination$ file w3c-libwww-5.4.0.tgz
w3c-libwww-5.4.0.tgz: tar archive
lorne@feyhin$ curl -vLO http://www.w3.org/Library/Distribution/w3c-libwww-5.4.0.tgz
* About to connect() to www.w3.org port 80 (#0)
* Trying 128.30.52.37... % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0connected
* Connected to www.w3.org (128.30.52.37) port 80 (#0)
> GET /Library/Distribution/w3c-libwww-5.4.0.tgz HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: www.w3.org
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 24 Oct 2013 21:02:43 GMT
< Server: Apache/2
< Last-Modified: Wed, 12 Jun 2002 10:08:44 GMT
< ETag: "113aa1-3a335d481c300"
< Accept-Ranges: bytes
< Content-Length: 1129121
< Cache-Control: max-age=21600
< Expires: Fri, 25 Oct 2013 03:02:43 GMT
< P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
< Content-Type: application/gzip; qs=0.001
< Content-Encoding: gzip
<
{ [data not shown]
100 1102k 100 1102k 0 0 951k 0 0:00:01 0:00:01 --:--:-- 1020k* Connection #0 to host www.w3.org left intact
* Closing connection #0
lorne@feyhin$ ls -lh w3c-libwww-5.4.0.tgz
-rw-r--r-- 1 lorne lorne 1.1M Oct 25 10:02 w3c-libwww-5.4.0.tgz
lorne@feyhin$ file w3c-libwww-5.4.0.tgz
w3c-libwww-5.4.0.tgz: gzip compressed data, from Unix, last modified: Wed Jun 12 21:37:39 2002, max compression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment