I want to make an HTTP call to one more application which is runnig in 3000 port
but it gives me Origin is not allowed by Access-Control-Allow-Origin,
error
what should it do ?? plz help
I want to make an HTTP call to one more application which is runnig in 3000 port
but it gives me Origin is not allowed by Access-Control-Allow-Origin,
error
what should it do ?? plz help
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS for details about CORS.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.