I am using JMeter to record traffic in my browser. In my URL Patterns to Exclude are:
.*\\.jpg, .*\\.js, .*\\.png
.*\\.jpg
.*\\.js
.*\\.png
Which lo
Maybe you can do the oposite: leave blank the URL Patterns to exclude and negate those patterns in the URL Patterns to Include box:
(?!..(bmp|css|js|gif|ico|jpe?g|png|swf|woff))(.)