I am working on Angular 1 / ASP.net tech stack based web application. For some reason, I can not deploy api server on my local env, using Production server. And I launched UI side with nginx in local env. Login page is:
And when click login button, it calls API from production server.
But I am getting error:
Response for preflight has invalid HTTP status code 400
I opened Cross domain option in browser, with chrome CORS extension. But it seems this error is related with some CORS problem. Would you like to help me to fix this problem?