remote-function icon indicating copy to clipboard operation
remote-function copied to clipboard

CORS not Supported

Open threshold862543 opened this issue 3 years ago • 0 comments

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.

threshold862543 avatar Sep 15 '22 20:09 threshold862543