Simple way to add non-standard Header names #3731
Unanswered
Harald2019F
asked this question in
Q&A
Replies: 1 comment
-
I'm going to answer to the same your question on StackOverflow: https://stackoverflow.com/questions/71193184/passing-non-standard-header-names-in-spring-integration-inbound-gateway |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
do you know a simple way how to add a non-standard Header name when using spring integration (inbound gateway). It looks like default class DefaultHttpHeaderMapper might be a key element but how can you gain an additional header name to the header. When I send a header with a name that is not included in the Spring Integration standard list of header names it is ignored. I want to use an additional one in a simple way.
Thanks a lot
Harald
Beta Was this translation helpful? Give feedback.
All reactions