@mchase wrote:
I am running haproxy 1.8.9 and have a need to redirect a url with single sign on query strings. Each member has a unique query string. The config I have now works great with a single string which is…
redirect prefix https://me.domain2.com if { hdr(host) -i me.domain1.io } { path / } { query -i cvt=012dfWs56947 }
But it only works with the one query string. Is there any easy way to set this up for multiple different query strings? Even a variable or wildcard would help because I have 1000’s of different query strings. If it isn’t possible I will need to look for a different alternative. Thanks for the help.
Posts: 5
Participants: 2