Skip to content

Instantly share code, notes, and snippets.

@kidd
Created October 31, 2013 14:37
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 kidd/7250889 to your computer and use it in GitHub Desktop.
Save kidd/7250889 to your computer and use it in GitHub Desktop.
%curl -vvv http://localhost/hola
* About to connect() to localhost port 80 (#0)
* Trying ::1... Connection refused
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 80 (#0)
> GET /hola HTTP/1.1
> User-Agent: curl/7.21.3 (x86_64-pc-linux-gnu) libcurl/7.21.3 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: localhost
> Accept: */*
>
< HTTP/1.1 407
< Server: nginx/1.5.6
< Date: Thu, 31 Oct 2013 14:34:03 GMT
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host localhost left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment