Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ram-nadella/8c1d1bbbe802f171ed073504c0872090 to your computer and use it in GitHub Desktop.
Save ram-nadella/8c1d1bbbe802f171ed073504c0872090 to your computer and use it in GitHub Desktop.
~ $ time curl -i http://temporary-redirect.herokuapp.com
HTTP/1.1 307 Temporary Redirect
Connection: keep-alive
Date: Sun, 17 Apr 2016 01:05:26 GMT
Server: Apache/2.4.16 (Unix) OpenSSL/1.0.1f
X-Powered-By: PHP/5.6.18
Time: 1460855126.4312
Location: https://307.temporaryredirect.com
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Via: 1.1 vegur
real 0m12.710s
user 0m0.003s
sys 0m0.004s
~ $ time curl -i http://temporary-redirect.appspot.com
HTTP/1.1 307 OK
Location: https://307.temporaryredirect.com
Content-Type: text/html; charset=utf-8
Date: Sun, 17 Apr 2016 01:05:34 GMT
Server: Google Frontend
Content-Length: 69
<a href="https://307.temporaryredirect.com">Temporary Redirect</a>.
real 0m0.627s
user 0m0.003s
sys 0m0.003s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment