Mariusz Kopylec

Results 55 comments of Mariusz Kopylec

Maybe the new decorator could be implemented inside resilience4j-micrometer module.

@madhava-sridhar Any update on this? :)

Hi, currently there is no way to mimic `ProxyPassReverse` directive in Charon (besides of what you have already done of course). I've noticed that the `ProxyPassReverse*` directives from Apache are...

Please provide more details about how you have configured Charon. What is the destination hostname? Probably your destination server does not provide an error page on /error/403 url, that's why...

I see your problem now. The `ForwardedRequestInterceptor` is invoked to late, after the mapping is already chosen. Currently the only way you can achieve your goal is to implement `ReceivedResponseInterceptor`...

Ok. Will you manually set the Host HTTP header in HTTP client when sending request to server that uses Charon? Is it even possible?

To be more clear. What I see is: ``` Client -> Charon app (running behind some IP/domain) -> Outgoing servers (running behind some IP/domain) ``` Now, if you want the...