使用Cloudfront时如何找到真正的主机?

时间:2014-04-21 12:51:53

标签: amazon-web-services amazon-cloudfront

在看起来非常奇怪的选择中,Cloudfront将Host标头设置为转发请求时指定的源服务器主机。

http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html

这是为什么?更重要的是,在使用通配符子域时,我如何知道请求来自哪个子域,何时它们都转发到同一个源?

1 个答案:

答案 0 :(得分:6)

好消息 - cloudfront supports host header forwarding now。它列在the documentation中非常深的地方:

Host [header]: CloudFront sets the value to the domain name of the origin that is associated with the requested object.

据推测,您需要做的就是确保在默认缓存行为设置中启用标头转发:

header forwarding configuration in cloudfront