I'm using the PHP SQL library on an apache server and am trying to test from localhost. However, I keep getting XMLHttpRequest blocked by CORS policy
How do I add a Access-Control-Allow-Origin' header to the response?
Thanks
I'm using the PHP SQL library on an apache server and am trying to test from localhost. However, I keep getting XMLHttpRequest blocked by CORS policy
How do I add a Access-Control-Allow-Origin' header to the response?
Thanks