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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]