Preflight requests are not forwarded to services
This commit is contained in:
parent
0e532a3634
commit
a51851247e
2 changed files with 3 additions and 1 deletions
|
@ -201,6 +201,8 @@ http:
|
|||
|
||||
CORS (Cross-Origin Resource Sharing) headers can be added and configured in a manner similar to the custom headers above.
|
||||
This functionality allows for more advanced security features to quickly be set.
|
||||
If CORS headers are set, then the middleware does not pass preflight requests to any service,
|
||||
instead the response will be generated and sent back to the client directly.
|
||||
|
||||
```yaml tab="Docker"
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue