$ curl --head www.google.com
HTTP/1.1 200 OK
.
.
$ curl --head www.google.com
HTTP/1.1 302 Found
Location: http://www.google.ca/
Cache-Control: private
Content-Type: text/html; charset=UTF-8
$ curl www.google.com
HTTP/1.1 302 Found
Location: http://www.google.ca/
Cache-Control: private
Content-Type: text/html; charset=UTF-8
$ curl www.google.com
302 Moved
The document has moved
here.
No comments:
Post a Comment