Skip to content

Instantly share code, notes, and snippets.

@CaptSolo
Created October 15, 2009 21:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save CaptSolo/211317 to your computer and use it in GitHub Desktop.
$ curl -v http://www.no673domain.com
* About to connect() to www.no673domain.com port 80 (#0)
* Trying 67.63.50.50... connected
* Connected to www.no673domain.com (67.63.50.50) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.6
> Host: www.no673domain.com
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 302 Found
< Location: http://search.upc.ie/upcieassist/dnsassist/main/?domain=www.no673domain.com
< Server: BigIP
* HTTP/1.0 connection set to keep alive!
< Connection: Keep-Alive
< Content-Length: 0
<
* Connection #0 to host www.no673domain.com left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment