HAProxy Enterprise Documentation 2.3r1
Rewrites
Use the http-request
and http-response
configuration directives to rewrite HTTP requests or responses. You can place them into a frontend
, listen
, or backend
section.
- Rewrite Requests
-
Use the http-request configuration directive to rewrite HTTP requests.
- Rewrite Responses
-
Use the http-response configuration directive to rewrite HTTP responses before they are sent back to clients.
Next up
Rewrite Requests