Hello everyone
I need sone help to understand http-request redirect location.
I’m using HA-Proxy version 2.2.9-2+deb11u3 2022/03/10
I want a basic redirection like:
acl redirect_test1 -i hdr_beg(Host) -i test1.
http-request redirect location https://test2.server.com code 301 if redirect_test1
It works, but I initially made a typo error on the redirect location URL.
So now everything is redirected to my url with the typo error.
I tried to change my redirect URL, but URL is still redirecting to my old url
I guess there is a cache inside haproxy ? (I tried to change my browser and clear the cache in case cache is also on this side, but no chance)
How can I fix this ?
Thank you very much !
1 post - 1 participant