Hi @David Cooper,
As per your rule set screenshot, the header value is set to "Access-Control-Allow-Origin"
, which is just the name of the header itself, not a valid origin.
The Access-Control-Allow-Origin
header must have the domain name (like https://yoreflix.online
) as its value, not the header name itself. Update the header value to your actual origin URL, e.g. https://yoreflix.online
, instead of "Access-Control-Allow-Origin"
.
Below is the sample CORS setting
Once you update the ruleset configuration, make sure to purge the cached content on the Front Door endpoint to ensure that future responses include the updated Access-Control-Allow-Origin
header.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
I really appreciate your feedback. It’s valuable to us. Please click Accept Answer on this post to assist other community members facing similar issues in finding the correct solution.