Hi Team,
I am trying to customize the Headers CORS (access-control-allow-origin). While I am getting access-control-allow-origin header not found.
I have made the required Factory configuration changes:
<xsl:template match="/configuration/system.webServer/httpProtocol/customHeaders">
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Headers" value="Origin, X-Requested-With, Content-Type, Accept" /><add name="Access-Control-Allow-Methods" value="POST,GET,OPTIONS,PUT,DELETE" />
What is that I could be missing?
Thanks in Advance.
Hi Neha,
Maybe you will find your solution in this post.
I hope it helps.
Regards.
Agno Silveira wrote:
Hi Agno,
We have followed the steps provided in this post. But it is still not working.
Thanks.
Assume www.abc@xyz.com to be the domain and the soap service which we are consuming is www.test@xyz.com
Which url should be configured in the
and, which should be set up in the
Integrations Tab - Operation link under Consumed SOAP Web Services
Thanks in advance