davsclaus commented on PR #13866:
URL: https://github.com/apache/camel/pull/13866#issuecomment-2067610183
This test
```
Map.of("Authorization", "Bearer", "ApiSign", "12345");
```
What if you have many ApiSign, do you need to add each of them, or would you
just match if ApiSign header was present or match by regexp or something.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]