-2

this question was asked in some online test on some website but i did not found the correct answer. Can anyone help me to get the right answer.

Ques: What is the HTTP Status code for pre-flight request?

user1691894
  • 67
  • 1
  • 8

1 Answers1

1

A successful pref-flight request returns status code 200 (OK).Indicating that CORS is enabled for the service.

Chaitanya
  • 121
  • 2
  • 1
    Not going to downvote, but the spec says 200-220 for successful requests. You also have the other HTTP codes for other conditions, such as authentication or authorization errors. – Mad Myche Feb 20 '18 at 17:12