Hi,
I have a script that sends requests and gets response from within my own site, like this:
var socket = io('http://example.com:3000/');
however, on the console it says GET is being blocked because Access-Control-Allow-Origin not set right. How can I set the headers right so the request doesnt get blocked?
Thank you.