remote-function
remote-function copied to clipboard
CORS not Supported
Hello. I'm trying to do RPC from the browser to a localhost node.js server. However, I get an error that it's inaccessible due to CORS:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://127.0.0.1:6356/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing)
Is this not supported by remote-function or is there a way to configure this to work? Thank you.