Hi, On Sat, Mar 25, Aleksandar Lazic wrote: > how about to try this, it's untested. > > http-request set-var(req.mysticky) > url_param(email),url_param(newsletter_id) > stick on req.mysticky table detailspage
I didn't get this to work. I didnt find a way to concat the two url_params. These are some examples I tried: http-request set-var(req.mysticky) %[urlp(em)]%[urlp(nl)] http-request set-var(req.mysticky) %[urlp(em)],%[urlp(nl)] http-request set-var(req.mysticky) urlp(em),urlp(nl) http-request set-var(req.mysticky) urlp(em)urlp(nl) Using header seems to work: http-request set-header X-Concat %[urlp(em)]%[urlp(nl)] http-request set-var(req.mysticky) req.hdr(X-Concat) Is there a way to concat strings in set-var w/out using header ? -Jarno -- Jarno Huuskonen

