You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Lenin Basheer <Le...@ibsplc.com> on 2006/01/11 12:17:49 UTC

URL-Rewriting

Hi All,

I have a scenario where in Im having to take a http request add a new
set of the parameters  to it to form the new request. This is much
like taking values from a session and appending new set of values to
it.

this is how the first request looks like.

http://localhost/server/tariff.freight.addrowglobalparametersetup.do?checkFlag=menu&errorCode=&flagToSet=N&addParameterCode=SDD&addParameterDescription=Diskette&addPriority=1&isRowModified=0

In the second request i need to append the same set of parameters with
a new set of values( the one in RED).

http://localhost/server/tariff.freight.addrowglobalparametersetup.do?checkFlag=menu&errorCode=&flagToSet=N&addParameterCode=SDD&addParameterDescription=Diskette1&addPriority=1&isRowModified=0&
&addParameterCode=HDD&addParameterDescription=Diskette2&addPriority=2&isRowModified=1

i tried the HTTP URL-Rewriting Modifier without any success.. it adds
the parameter to the request but without any value(as given below)

http://localhost/server/tariff.freight.addrowglobalparametersetup.do?checkFlag=menu&errorCode=&flagToSet=N&addParameterCode=SDD&addParameterDescription=Diskette1&addPriority=1&isRowModified=0&
&addParameterCode=

I'm using the JM 2.1.1 and testing a web application by recording it
and later re playing it.

Kindly pass on any information what I should do in such a case.

Thanking you,

Lenin




---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org