05-17-2017 03:00 AM - edited 03-01-2019 04:38 AM
Hi,
I'm trying to access the APIC-EM Always-On Sandbox via client-side Javascript.
Because of the "same origin" policy a "Options" request is sent first.
But the server does not respond with the headers needed:
- Access-Control-Allow-Origin
- Access-Control-Allow-Headers
- Access-Control-Allow-Methods
The browser will not do the POST request after that.
Is that behaviour on purpose or can it be changed?
Regards,
Maik