When dealing with CORS, the Access-Control-Allow-Credentials header should be set to true to allow ________ to be included in the request.

  • cookies
  • headers
  • authentication
  • origins
When dealing with CORS, the Access-Control-Allow-Credentials header should be set to true to allow cookies to be included in cross-origin requests. This is necessary when you want to make authenticated requests across origins.
Add your answer
Loading...

Leave a comment

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