Dear JMeter experts, In my output json response I get fully constructed urls (https:\\abc.com\info) and want to pass on as is to the next request (http sampler). So I preserved the url in a variable but when I pass this to the next request I get an invalid url exception because http is already added to the url.
So does anyone know any alternative or option to get this done? Thanks, SM