Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个正则表达式:
name=\"javax.faces.FormSignature\" value="(.+?)"
这将提取我需要传递给http请求的值。我的问题是,如果这个值恰好有一个+或一个=符号,Jmeter 将用空格替换它们。那将无法满足我的要求。有没有人见过这个?我已经尝试过使用 xpath 提取器,并且发生了同样的事情。
+
=
如果在使用 RegExp 提取值的下一个请求中发生这种情况,则取消选中参数表中的编码复选框。
请参阅使用请求发送参数: