You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Hemadri Dasari <he...@aol.com> on 2005/09/14 18:17:21 UTC

Regular Expression and URL decode

Hi,

I am trying to extract regular expressions from the current response and 
pass the values in the subsequent requests.

Here is the string I have from a http response:
rc=0&aUrl=https%3A%2F%2Fzion.qa.abc.com%3A8443%2Fdirect%3Faction%3DaUrl%26version%3D2.0&bUrl=...............

I like to extract hostname,port and path for aUrl and pass them to the 
subsequent request with the following values:

{protocal}=https
{hostname}=zion.qa.abc.com
{port}=8443
{aUrlPath}=/direct?action=aUrl&version=2.0

Sincerely appreciate your help.

Thanks.



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