HTTP Headers webservice (allow-origin-access-control)

1
Hi, I'm trying to expose a webservice with mendix I'll be consuming from javascript using an ajax call. I need the webservice to be exposed with an allow-origin-access-control HTTP header to allow cross domain scripting, how can I achieve this? Thank, Ron
asked
1 answers
0

Hi Ron,

If you publish Mendix via IIS, you can add this HTTP header quite easily in IIS. I just tested this and it works. I don't know if this is an option for you?

Best regards, Gerwin

answered