Question: Which HTTP verb is used in a CORS preflight request?

  1. `PUT`
  2. `POST`
  3. `GET`
  4. `OPTIONS`

Answer: The correct answer of the above question is Option D:`OPTIONS`