Hi, 2015-10-01 14:44 GMT+02:00 Andreas Mock <[email protected]>: > Hi all, > > I really hope that this is doable with haproxy 1.5 and > I'm just too stupid to find it. After searching around > for an hour now I hope you can help me. > > Currently I use an idion like this in my config: > > acl aclname url_reg something > redirect location http://my.url.com/ code 301 if aclname > > What I need now is that any attached parameter string is > also attached at the target url. Is this possible? > If yes would you be so kind to show me how to do it? > > By the way: Is the same thing possible with cookie header lines. > I mean: A cookie header in the source request shall be inserted in > the redirect response?
redirect prefix seems to be what you need http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#redirect%20prefix Regards Joris > > Thank you in advance. > > Best regards > Andreas > >

