Created
December 11, 2015 18:44
-
-
Save tamird/5f5668e181cafe7d580f to your computer and use it in GitHub Desktop.
docker http redirect
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
$ curl -I https://docs.docker.com/installation/mac/#from-your-shell | |
HTTP/1.1 301 Moved Permanently | |
Content-Length: 0 | |
Connection: keep-alive | |
Date: Fri, 11 Dec 2015 18:40:59 GMT | |
Location: http://docs.docker.com/engine/installation/mac/ | |
Server: AmazonS3 | |
X-Cache: Miss from cloudfront | |
Via: 1.1 1b4ecfde85b6ff2733c4d836183be7ba.cloudfront.net (CloudFront) | |
X-Amz-Cf-Id: SyKE66gXkYxDGPGiZ20S3hyJmQ_aBV8KLbvdZO2aqO6gAVoB91MmBQ== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment