Skip to content

Instantly share code, notes, and snippets.

@shaliko
Last active December 20, 2015 12:19
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 shaliko/6130351 to your computer and use it in GitHub Desktop.
Save shaliko/6130351 to your computer and use it in GitHub Desktop.
$ curl -I http://localhost:3000/account
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Status: 200 OK
ETag: "4ad494689e9af2176ea9809458f79a0e"
Cache-Control: max-age=0, private, must-revalidate
X-UA-Compatible: IE=Edge
Set-Cookie: locale=en; domain=; path=/; expires=Fri, 01-Aug-2014 10:58:37 GMT
Set-Cookie: token=fake+token; domain=; path=/; expires=Thu, 01-Aug-2013 11:18:37 GMT
Set-Cookie: session=ed782e71318f1a69c0fc91c69d5c460a; domain=; path=/; expires=Sat, 31-Aug-2013 10:58:37 GMT; HttpOnly
X-Runtime: 4.622610
X-Powered-By: Phusion Passenger 4.0.10
Date: Thu, 01 Aug 2013 14:58:37 MSK
Server: nginx/1.4.1 + Phusion Passenger 4.0.10
curl -I http://localhost:3000/account
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Etag: "13be269cb8fbcd7df6ac85ad82e4a815"
Cache-Control: max-age=0, private, must-revalidate
X-Ua-Compatible: IE=Edge
X-Runtime: 3.259814
Content-Length: 0
Server: WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)
Date: Thu, 01 Aug 2013 10:57:24 GMT
Connection: Keep-Alive
Set-Cookie: locale=en; domain=; path=/; expires=Fri, 01-Aug-2014 10:57:24 GMT
Set-Cookie: token=fake+token; domain=; path=/; expires=Thu, 01-Aug-2013 11:17:24 GMT
Set-Cookie: session=7f6b3e68c8c2ee0f520c6cb7078cb12a; domain=; path=/; expires=Sat, 31-Aug-2013 10:57:24 GMT; HttpOnly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment