Hello:We deployed a REST based IFS web service and when we test an app against the web server we are getting CORS errors. I can run Chrome --disable-web-security to get around it in testing but we need our users to use it on their browsers.CORS-Cross Origin Resource Sharing.
Solved
Anyone know how to get around the CORS issue with REST

Best answer by luca.puccini
I have just solved it!
You have to insert a new rule into the HTTP Response header: Access-Control-Allow-Origin *. Please note that, instead of using the * that means everyone, you can specify a list of knowed url.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.