Hi Sebb, Its working fine. I am able to capture it.
Thank you very much for your help. Regards, Mahadev -----Original Message----- From: sebb [mailto:[email protected]] Sent: Wednesday, February 04, 2015 11:04 PM To: JMeter Users List Subject: Re: How to capture value from response header using Regx in Jmeter On 4 February 2015 at 17:15, rmil0987 <[email protected]> wrote: > You have to escape the question mark before "code" (regex thinks it's > a meta > character) and remove the question mark within the parenthesis. > Technically you should escape the dots and well. Try this: > > https:\/\/t2\.clipspeccloud\.schneider-electric\.com\/clipspec\/\?code > =(.*) Forward slash is not a meta-character, so that can be simplified: https://t2\.clipspeccloud\.schneider-electric\.com/clipspec/\?code=(.*) > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-capture-value-from-response- > header-using-Regx-in-Jmeter-tp5721751p5721759.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Information transmitted by this e-mail is proprietary to Mphasis, its associated companies and/ or its customers and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at [email protected] and delete this mail from your records. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
