Created
September 26, 2013 20:18
-
-
Save dafyddcrosby/6719934 to your computer and use it in GitHub Desktop.
Microsoft HTTP headers
This file contains 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
$ curl -I http://microsoft.com | |
HTTP/1.1 301 Moved Permanently | |
Content-Length: 148 | |
Content-Type: text/html; charset=UTF-8 | |
Location: http://www.microsoft.com/ | |
Server: Microsoft-IIS/7.5 | |
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI" | |
X-Powered-By: ASP.NET | |
X-UA-Compatible: IE=EmulateIE7 | |
Date: Thu, 26 Sep 2013 20:16:47 GMT | |
Connection: close | |
$ curl -I http://www.microsoft.com | |
HTTP/1.1 200 OK | |
Cache-Control: private | |
Content-Length: 0 | |
Server: Microsoft-IIS/8.0 | |
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI" | |
X-AspNet-Version: 2.0.50727 | |
VTag: 791766531500000000 | |
X-Powered-By: ASP.NET | |
X-Powered-By: ARR/2.5 | |
X-Powered-By: ASP.NET | |
Date: Thu, 26 Sep 2013 20:17:09 GMT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment