Re: [SR-Users] string manipulation

2019-10-03 Thread David Villasmil
Many thanks Sergiu! Got it all solved! On Thu, 3 Oct 2019 at 14:59, Sergiu Pojoga wrote: > Parsing the $hu within the xhttp:request even route would offer what you > need. Some of the most interesting variable are: > > URL=$hu > PATH=$(hu{url.path}) > QUERY=$(hu{url.querystring}) > > Cheers. > >

Re: [SR-Users] string manipulation

2019-10-03 Thread Sergiu Pojoga
Parsing the $hu within the xhttp:request even route would offer what you need. Some of the most interesting variable are: URL=$hu PATH=$(hu{url.path}) QUERY=$(hu{url.querystring}) Cheers. On Thu, Oct 3, 2019 at 9:20 AM David Villasmil < david.villasmil.w...@gmail.com> wrote: > Hello guys, > > I

[SR-Users] string manipulation

2019-10-03 Thread David Villasmil
Hello guys, I'm receiving an http request via xhttp, something like: http://ip.com/request?value1=123&value2=2313&value3... Is it possible to get those values somehow? I also have a suri coming from a ds_select in _dsdst_, I need to get the host from that _dsdst_ Any way of doing this? Thanks