what are you trying to do? & is a special character and MUST be encoded for GET and POST requests. %26 will be read as & by any standard webserver.
regards deepak On Tue, Feb 15, 2011 at 4:59 AM, Piyush <[email protected]> wrote: > Hello All, > > I am sending a string as parameter in HTTP request. > > String is: "First & Last" > But Jmeter converted it to: "first+%26+last" in request url. > > I also tried using '\&' butthat also didn't work. > > Can you please tell me how should I write down '&' (ampersand) in the > request. > > Thanks ! > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

