I have my OAuth login and callback methods in my API for Facebook,Google,Twitter. It is an expresss app running on port 3000.
I have another angular 2 application running on port 4200. I am trying to call the express api url through http get. It is throwing me the CORS error.
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. cross-Origin Read Blocking (CORB) blocked cross-origin response with mime type text/html