How can I see the original HTTP incoming request when using http inbound gateway?
I want to see the original HTTP headers before the mapping performed by mappedRequestHeaders(String pattern...)
.
Thanks!
How can I see the original HTTP incoming request when using http inbound gateway?
I want to see the original HTTP headers before the mapping performed by mappedRequestHeaders(String pattern...)
.
Thanks!
As @Horsing and @Artem Billan pointed in the comments, Spring Integration HTTP module is fully based on Spring MVC so these kind of solutions will work.