i am trying to access one of my php scripts from another site via JS and get this error in the console
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://blablabla/1.php?a=a. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
how do i fix this
thanks
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://blablabla/1.php?a=a. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
how do i fix this
thanks