I am sending XHR request to server written in php which is working fine. but at some cross domain origin are not allowing loading and processing the response from server. it is throwing error
XMLHttpRequest cannot load http://mydomain/getInfo?blabla. Origin http://www.somedomain.com is not allowed by Access-Control-Allow-Origin.
so how can I set Access-Control-Allow-Origin in the response headers in php?