gpt4 book ai didi

amazon-web-services - 如何使用 CloudFormation 配置 CloudFront 将 'Headers' 中的 'ForwardedValues' 属性设置为 'all' ?

转载 作者:行者123 更新时间:2023-12-05 00:45:26 26 4
gpt4 key购买 nike

我正在使用 CloudFormation 设置 CloudFront,但我需要配置 Headers ForwardedValues的属性(property)属性(property)。应该以这样的方式设置:所有 header 都被转发。

我在 ForwardedValues documentation page 上都找不到如何执行此操作也不the page that is linked regarding Caching Content Based on Request Headers .

这是 Header 属性的 CloudFormation“路径”:

someCloudFrontDistributionName:
Type: AWS::CloudFront::Distribution
Properties:
CacheBehaviors:
ForwaredValues:
Headers:
- # What to put here that will allow all Headers to be forwarded?

最佳答案

使用 Yaml:

    Headers: ["*"]

某些上下文的“ForwardedValues”元素内的示例:

    ForwardedValues:
Cookies:
Forward: all
Headers: ["*"]
QueryString: true

请注意,由于“日期” header 的缓存(如文档 [here] 所示),这可能会导致性能不佳(据称)。

关于amazon-web-services - 如何使用 CloudFormation 配置 CloudFront 将 'Headers' 中的 'ForwardedValues' 属性设置为 'all' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57291562/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com