-
Notifications
You must be signed in to change notification settings - Fork 48
CORS configuration
Tom Kuijsten edited this page Sep 30, 2016
·
2 revisions
Enables cors support on all origins (*). In the preflight request the cors headers have the following values: Access-Control-Allow-Methods = GET, POST, PUT, DELETE, OPTIONS Access-Control-Max-Age = 10 min Access-Control-Allow-Headers = mirrors the Access-Control-Request-Headers field of the request.