Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能将标头从查看器请求传递到原始请求,而不会将 AWS Lambda@Edge 中的 Vary 标头列入白名单。
我对同一个标题有同样的问题。我最终做的是在查看器请求中创建一个 lambda@edge 复制Authorization到X-Authorization标头,然后另一个 lambda@edge 从复制X-Authorization回Authorization. 这样,标头被转发但不用于缓存键。
Authorization
X-Authorization
我还向 AWS 客户服务开了一张票,请求让我选择哪些标头将用于缓存键。他们会调查的。