mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
245 stars 55 forks source link

Can i read and modify the internal response? #43

Closed cengler closed 6 years ago

cengler commented 6 years ago

We need add a header in every response (this token takes data from response)

TraceInterceptor es read only... We need to be able to modify the response to the client

mkopylec commented 6 years ago

Done in 2.3.0. See https://github.com/mkopylec/charon-spring-boot-starter#received-response-intercepting Please re-open the issue if your problem stiil persists.