Created
March 11, 2014 04:09
-
-
Save Domon/9479381 to your computer and use it in GitHub Desktop.
Accessing visualstudio.com
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
$ time curl -I visualstudio.com | |
HTTP/1.1 301 Moved Permanently | |
Cache-Control: private | |
Content-Length: 23 | |
Content-Type: text/html | |
Location: http://www.visualstudio.com | |
Server: Microsoft-IIS/7.5 | |
Set-Cookie: ASPSESSIONIDSSRDBASB=NCJKJOKBOKOCEEBBNIENAEOO; path=/ | |
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: Tue, 11 Mar 2014 04:07:02 GMT | |
Connection: close | |
curl -I visualstudio.com 0.01s user 0.01s system 0% cpu 1:16.15 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment