Cloudfront Missing Key-Pair-Id Cookie Value with Cookies Present

别说谁变了你拦得住时间么 提交于 2019-12-24 08:48:46

问题


I'm trying to debug an error with my Cloudfront setup signed cookies setup, where despite setting the correct three signed cookies to be able to access the private content (CloudFront-Key-Pair, CloudFront-Policy, CloudFront-Signature) and I'm curious what information needs to be carried over into the GET request for the CloudFront distribution file in order to verify these cookies. What I can currently understand about the situation is the following.

Error Message:

<Error>
<Code>MissingKey</Code>
<Message>
Missing Key-Pair-Id query parameter or cookie value
</Message>
</Error>

My Application (When I navigate around the website, the three cloudfront cookies are set within the Request and Response Cookies)

However, I noticed that these cookies are not present in the cloudfront GET request, but my other session cookies are present. Could this be a clue as to the problem I'm facing?

来源:https://stackoverflow.com/questions/40010849/cloudfront-missing-key-pair-id-cookie-value-with-cookies-present

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!