问题
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