This plugin intercepts requests and processes the OPTIONS requests and returns the desired response.
- Supports for disabling or enabling the plugin
- Ability to config allowed
Origin
,Headers
,Methods
andMax-Age
AllowedOrigins:
- "*"
AllowedOrigins:
- "https://foo.example.com"
- "https://bar.example.com"
AllowedOrigins: empty list
AllowedHeaders: empty list
Disabled: true
PreflightMaxAge: 3600
AllowedMethods: empty list
- Ability to use Regex for allowed
Origin