Hi, I am trying to capture a script using *HTTP(S) Test Script Recorder* in *JMeter3.0*. When I start start capturing, URLs from other domains for ex. download.cdn.mozilla.net are also getting captured. I don't want these URLs to be recorded, I want to record URLs for a specific domain only. So, how to achieve this in JMeter3.0?
*Note:* I tried using *URL Patters to Exclude* but as I can not predict the other domain URLs, I don't want to use this option. I also tried *URL Patters to Include* by specifying a specific domain i.e. ^((?!DOMAINNAME).)*$, but it still recording the other domain URLs. -- Thanks and Regards, Amit