Skip to content

Instantly share code, notes, and snippets.

@zuriby
Created April 3, 2013 13:11
Show Gist options
  • Save zuriby/5301079 to your computer and use it in GitHub Desktop.
Save zuriby/5301079 to your computer and use it in GitHub Desktop.
$ curl -v http://www.dailymaily.co.il/
< HTTP/1.1 302 Object moved
< Location: http://www.pc.co.il/dailymaily
$ curl -v http://www.pc.co.il/dailymaily
< HTTP/1.1 301 Moved Permanently
< Location: http://www.pc.co.il/dailymaily/
$ curl -v http://www.pc.co.il/dailymaily/
< HTTP/1.1 301 Moved Permanently
< Location: http://pc.co.il/dailymaily/
$ curl -v http://pc.co.il/dailymaily/
< HTTP/1.1 200 OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment