The Access-Control-Allow-Methods header in CORS specifies which HTTP ________ are allowed.

  • methods
  • verbs
  • headers
  • origins
The Access-Control-Allow-Methods header in CORS specifies which HTTP methods are allowed for cross-origin requests. It should include a comma-separated list of HTTP methods such as GET, POST, PUT, DELETE, etc.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *