I have a custom app behind an haproxy server. Can haproxy rewrite the case of the header?
For example changing http://www.company.com/ABC
to http://www.company.com/abc
If so, how?
I have a custom app behind an haproxy server. Can haproxy rewrite the case of the header?
For example changing http://www.company.com/ABC
to http://www.company.com/abc
If so, how?
You can handle this easily enough:
However, it is usually more appropriate to handle URL rewrites on the web server (e.g. mod_rewrite), so I would use these type of rewrites sparingly.