Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is the correct way to enable CORS in Umbraco V8?
I found the thread below and am thinking of following the solution proposed by Casper but am not sure because the answer was posted in 2016.
thread
Why doesn't adding <add name="Access-Control-Allow-Origin" value="*" /> in your web.config work?
<add name="Access-Control-Allow-Origin" value="*" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to enable CORS in Umbraco V8
What is the correct way to enable CORS in Umbraco V8?
I found the thread below and am thinking of following the solution proposed by Casper but am not sure because the answer was posted in 2016.
thread
Why doesn't adding
<add name="Access-Control-Allow-Origin" value="*" />
in your web.config work?is working on a reply...