0

im getting this error in my angular 6, how do i go about it?

"Response for preflight does not have HTTP ok status." 500 in angular 6 *"Response for preflight does not have HTTP ok status." 500 in angular 6 *

  • Possible duplicate of [Response for preflight does not have HTTP ok status in angular](https://stackoverflow.com/questions/52047548/response-for-preflight-does-not-have-http-ok-status-in-angular) – John Boker Oct 02 '18 at 20:16

1 Answers1

0

change your back-end to not require authentication for the OPTIONS method when handling the login url

Erycoking
  • 459
  • 9
  • 15