Skip to content

Instantly share code, notes, and snippets.

@mala
Created June 27, 2013 13:20
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 mala/5876335 to your computer and use it in GitHub Desktop.
Save mala/5876335 to your computer and use it in GitHub Desktop.
$ curl -A "Mozilla iPhone like Mac OS X" -I http://www.smartnews.be/s/CuIXI
HTTP/1.1 200 OK
Content-length: 2657
Content-Type: text/html;charset=UTF-8
Date: Thu, 27 Jun 2013 13:19:57 GMT
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=02CD3E97EC187F45AF08FCB9BAABDB25; Path=/; HttpOnly
Vary: Accept-Encoding
Connection: keep-alive
$ curl -A "Mozilla iPhone like Mac OS X Safari" -I http://www.smartnews.be/s/CuIXI
HTTP/1.1 301 Moved Permanently
Content-Type: text/plain; charset=UTF-8
Date: Thu, 27 Jun 2013 13:20:00 GMT
Location: http://news.tv-asahi.co.jp/news_society/articles/000007831.html
Server: Apache-Coyote/1.1
Connection: keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment