JMeter Proxy exclusion patterns still being recorded

前端 未结 2 637
走了就别回头了
走了就别回头了 2021-02-12 12:15

I am using JMeter to record traffic in my browser. In my URL Patterns to Exclude are:

.*\\.jpg, .*\\.js, .*\\.png

Which lo

2条回答
  •  不知归路
    2021-02-12 12:48

    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))(.)

提交回复
热议问题