Hey Niraj, Thnx a lot. Its working now !!!
Regards, Sharmila R On Thu, Aug 23, 2012 at 10:49 AM, Niraj <[email protected]> wrote: > Second solution will be > > Reg will return: ${extarctedvalue} > > You'll have to Uncheck "Encode" column of the row where ${extarctedvalue} > is used > > - Niraj > > On Thu, Aug 23, 2012 at 8:10 PM, sharmila Renganathan < > [email protected] > > wrote: > > > Hi, > > > > In a response data,i have a value 'net+work'.I am using regular > expression > > extractor and getting the value in the variable var1. > > When i use this variable in my next request, it is getting replaced as > > 'net%2Bwork' . > > When i analzed, %2B is the ascii value for the '+'. (refer: > > http://web.cs.dal.ca/~jamie/cs4173/examples/XHTML/entities/ASCII.html ) > > Similarly '/' is replaced as '%2F' and '=' as %3D. > > So my request is getting failed. I dont get the proper response. > > I used bean shell sampler to replace '%2B' with + and i put the new value > > in a variable var_new. > > When i used this var_new as input to another request, Its again replacing > > with '%2B' > > Its a show stopper issue for me to proceed further. > > Can any one please come with a solution for this. > > > > Regards, > > Sharmila R > > >
