Parameter | Description |
Allowed Origins | Specifies the origin from which the responses originating are allowed. syntax for the origin: scheme://host:port You can have multiple origins and you can also provide Regular expressions for allowed origins. Allowed origins of applications registered with this API are also allowed to access this API. |
Max Age | Specifies the age for which the preflight response is valid. |
Allowed Methods | Specifies the methods that are allowed in the request. Specify one or more of the following: GET, POST, PUT, DELETE, and PATCH. |
Allow Headers | Specifies the Headers that are allowed in the request. You can have multiple headers that are to be allowed. |
Allow Credentials | Specifies whether the request credentials could be exposed to the user on request failure. |
Expose Headers | Specifies the headers that be exposed to the user on request failure. You can have multiple headers that are to be allowed. |