CORS
Configuration
"cors": {
"enabled": true,
"config": {
"domains": ["*"],
"methods": ["GET", "POST"],
"request_headers": ["X-Custom-Header", "X-Foobar"],
"exposed_headers": ["X-Something-Special"],
"options_passthrough": true
}
}Last updated
Was this helpful?