https://bz.apache.org/bugzilla/show_bug.cgi?id=63527
Bug ID: 63527
Summary: HTTP Request Defaults : "URLs must match" -->"URLs
Patterns to Include" + "URL Patterns to Exclude"
Product: JMeter
Version: 5.1.1
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
Hello !
I'm using Jmeter to "retreive all embedded resouces" from some HTTP request,
and it's working pretty well :)
Actually, I can whiteliste domains with regex like:
(?i).*(static\.apache\.net|media\.apache\.net|www\.apache\.net).*
Or blacklist some domains with regex like:
^((?!facebook\.com|googleapis\.com|abtasty\.com).)*$
As enhancement, I would like to see instead of "URLs must match" something like
"HTTP(s) test Scrip Recorder", a way to declare URLs to keep, + a way to
declare URLs to remove.
For example, I'm testing some whitelisted URLs domains with some 404 URLs
pictures I would like to blacklist, and I can't seem to find a regex way to
perform that with current 5.1.1 engine.
Thanks for reading !
Cheers
--
You are receiving this mail because:
You are the assignee for the bug.