That worked for me. Thanks. The other problem I had is with re-directions to pages like: https://www.bla.bla/public/media/[mix]videorenders As the HTTPSampler itself doesn't escape URLs by itself, thus redirects to special characters are breaking the sampler.
I will open bugzilla on this. Shmuel Krakower. Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. On Fri, Oct 26, 2012 at 12:29 AM, Deepak Shetty <[email protected]> wrote: > Hi > I believe you need to use %5B and %5D for [ and ] if you are using the > HTTPClient sampler. > I dont think jmeter automatically did it for you - but you could use > beanshell function to encode the url > > ${__javaScript(escape(" <https://www.bla.bla/public/media/[mix]video> > /public/media/[mix]video > <https://www.bla.bla/public/media/[mix]video>");)}< > https://www.bla.bla/public/media/[mix]video> > or use beanshell or something > regards > deepak > > On Thu, Oct 25, 2012 at 2:15 AM, Shmuel Krakower <[email protected]> > wrote: > > > Hi, > > I have an application which some of its URLs include brackets []. > > In my web browser a URL like: > > https://www.bla.bla/public/media/[mix]videorenders just fine, but in > > JMeter I get: > > > > Response message: Non HTTP response message: Invalid uri ' > > https://www.bla.bla/public/media/[mix]video': escaped absolute path not > > valid > > > > > > Is it a bug or URLs should not include that kind of characters? > > > > Best, > > Shmuel Krakower. > > >
