You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the Cloudfront documentation you need to add the Origin header to the whitelisted Headers on the default cache behavior. Otherwise, the requests will be missing the CORS headers when served from cache.
As per the Cloudfront documentation you need to add the
Origin
header to the whitelisted Headers on the default cache behavior. Otherwise, the requests will be missing the CORS headers when served from cache.Example requests :
Hit from cache :
Miss from cache:
Hit from cache after whitelisting Origin :
The text was updated successfully, but these errors were encountered: