JMeter提取重定向的请求正文URL

时间:2019-08-08 03:45:12

标签: url redirect jmeter extractor

获取https://www.example/a/resource1?id=24-我有这个网址

此重定向到https://www.example/a/resource1-New-York-我需要此URL-这就是视图树中的样子

View Tree Sampler View In Request Body

我尝试使用提取器进行提取,但不起作用 这是提取器中的样子

Regular Expression Extractor

我在变量中未找到

2 个答案:

答案 0 :(得分:1)

您不需要GET前缀,使用

获取所有URL。
(.*)

或者没有http://

http://(.*)

答案 1 :(得分:0)

要解决此问题,请使用正则表达式提取器并删除GET协议。示例如下:

enter image description here

enter image description here