I have to redirect an url to another one witch is very long and hard to retain
HA PROXY add a ‘’/‘’ on the redirect and so the site could be reach but some personnalisation of the page isn’t ok
the instruction is
http-request redirect code 301 drop-query append-slash prefix https://somefqdn.com/Login.aspx?OrgId=xxxxxxxxx if redirect_urlprojet
url redirect has got a “/” at the end
https://somefqdn.com/Login.aspx?OrgId=xxxxxxxxx/
in order to work correctly the url must be https://somefqdn.com/Login.aspx?OrgId=xxxxxxxxx
How can i modify this in order to reach the good page ?
4 posts - 2 participants