Default set of allowed CORS methods
Source position: httpdefs.pp line 772
const DefaultAllowedMethods = 'GET, PUT, POST, OPTIONS, HEAD'; |
DefaultAllowedMethods contains the default set of HTTP methods allowed in CORS requests. This constant provides a standard list of permitted methods for cross-origin resource sharing.