skip to Main Content

Enable CORS in httpd.conf – Apache

I'm developing a web application which makes REST calls to another web application outside its domain. But whenever it tries to make the REST call, I'm facing CORS issue in chrome. Error: No 'Access-Control-Allow-Origin' header is present on the requested…

VIEW QUESTION
Back To Top
Search