Spring integration: http inbound gateway log original HTTP request

40 Views Asked by At

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!

1

There are 1 best solutions below

0
italktothewind On

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.