Skip to content

Commit

Permalink
Update docs to add encoding header to be excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaho12 committed Sep 30, 2024
1 parent a605978 commit b4356ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/routing-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ routingRules:
urlPath: https://router.example.com/gateway-rules # replace with your own API path
excludeHeaders:
- 'Authorization'
- 'Accept-Encoding'
```
* Redirect URLs are not supported
* Optionally add headers to the `excludeHeaders` list to exclude requests with corresponding header values
from being sent in the POST request.
* Check headers to exclude when making API requests, specifics depend on the network configuration.

If there is error parsing the routing rules configuration file, an error is logged,
and requests are routed using the routing group header `X-Trino-Routing-Group` as default.
Expand Down

0 comments on commit b4356ef

Please sign in to comment.