oxy icon indicating copy to clipboard operation
oxy copied to clipboard

Pre request rewrite listener

Open marcelo-ochoa opened this issue 5 years ago • 0 comments

I am working in a new functionality for Sticky session on Traefik and for doing that is necessary to added a functionality of:

  • RoundRobinPreRequestRewriteListener

It basically allow the modification of the request header before the logic of serveHTTP start, for example injecting on the fly new Cookie value computed from URL information. To not broke previous functionality I left the other listener hook with same name and only added a new one. Marcelo.

marcelo-ochoa avatar Jan 14 '21 17:01 marcelo-ochoa