Has anyone had issues with a call to their server being blocked by CORS policy? How have you fixed that?

250
1
01-22-2020 07:50 AM
AddisonParker
New Contributor

Has anyone had this issue before? Did you have to fix something internally on the server or does this have to do with my company's proxy?

0 Kudos
1 Reply
by Anonymous User
Not applicable

Chrome is dropping the hammer on security. As it has for some time. Make sure your code is up to date, either no cross domain or use proxies; ensure content isn't mixed, etc.  You may also want to configure your web adapter as I see it's using the default port number in there. If you use a web adapter you can cut out the port in the URL.

0 Kudos