Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created April 12, 2014 17:26
Show Gist options
  • Save rickychilcott/10547002 to your computer and use it in GitHub Desktop.
Save rickychilcott/10547002 to your computer and use it in GitHub Desktop.
bible.com redirect behavior
➜ ~ curl -I bible.com
HTTP/1.1 302 Found
Server: nginx/1.4.7
Date: Sat, 12 Apr 2014 17:25:32 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Location: https://www.bible.com/
➜ ~ curl -I www.bible.com
HTTP/1.1 200 OK
Content-Type: text/plain
Date: Sat, 12 Apr 2014 17:25:38 GMT
Status: 200 OK
Connection: keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment