Created
April 25, 2020 00:56
-
-
Save jaraco/d1fa4cef6f06d5c117769c906e36f39b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ http -h https://www.pittsburghfreethoughtcommunity.com | |
HTTP/1.1 200 OK | |
Cache-Control: no-cache, no-store | |
Connection: close | |
Content-Encoding: gzip | |
Content-Length: 12856 | |
Content-Type: text/html; charset=utf-8 | |
Date: Sat, 25 Apr 2020 00:56:03 GMT | |
Expires: -1 | |
P3P: CP="CAO PSA OUR" | |
Pragma: no-cache | |
Vary: Accept-Encoding | |
X-Backend-Server: lwfwue1d-36d3 | |
X-LB-Server: llblue1b-5471 | |
X-UA-Compatible: IE=10 | |
~ $ http -h http://www.pittsburghfreethoughtcommunity.com | |
HTTP/1.1 301 Moved Permanently | |
Connection: close | |
Content-Length: 144 | |
Content-Type: text/html; charset=utf-8 | |
Date: Sat, 25 Apr 2020 00:56:18 GMT | |
Location: https://pghfreethought.org/ | |
P3P: CP="CAO PSA OUR" | |
X-Backend-Server: lwfwue1d-5929 | |
X-LB-Server: llblue1b-5471 | |
X-UA-Compatible: IE=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment