1 Answer
- Newest
- Most votes
- Most comments
2
If you have provided CookieBehavior, HeaderBehavior, and QueryStringBehavior with whitelist value, then you must also provide a list of values that must be included for those parameters. The values should be listed in the the corresponding Cookies, Headers, and QueryStrings parameter for each config.
Example for HeadersConfig:
HeadersConfig: HeaderBehavior: whitelist Headers: - Authorization
Relevant content
- asked 2 years ago
