cancel
Showing results for 
Search instead for 
Did you mean: 

XMLHttpRequest can not load**No Access Control allow origin header is presented on the requested resource

Former Member
0 Kudos

Hi ,

Without disabling browser web security , how to resolve cross origin issue for the production environment

Any Suggestion what would be wrong really helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

karthikarjun
Active Contributor
0 Kudos

Use a SimpleProxyServlet for Testing to Avoid Cross-domain Requests.

Thanks,

KA

Former Member
0 Kudos

working fine in local server but its giving 500 internal Server error when i check in SAP PO server

Former Member
0 Kudos

i am getting error message(attach below)

karthikarjun
Active Contributor
0 Kudos

Use access-cross origin: * property in header.

Get your domain name dynamically

Is it HTTPS protocol?

Thanks,

KA