Jmeter- 如何从响应头中获取动态会话ID的值

huangapple go评论121阅读模式
英文:

Jmeter- how to get the dynamic session id value from response header

问题

[如何在JMeter响应头中检索相应的动态会话ID]

X-Frame-Options: 示例

JS-Client-Event-Session-Id: aaa-bbb

我尝试使用正则表达式和JSON提取器,但无法检索该值。

配置的片段

英文:

[how to retrieve the corresponding dynamic session id in JMeter response header ]

X-Frame-Options: sample

JS-Client-Event-Session-Id: aaa-bbb

i tried from regular expression and json extractor but not able to retrieve the value.

configured snippet

答案1

得分: 0

  1. 没有看到您的正则表达式配置,无法确定问题出在哪里以及如何修复。
  2. HTTP响应标头 以字符串的形式返回,您将无法使用JSON提取器进行解析。

示例正则表达式提取器配置:

Jmeter- 如何从响应头中获取动态会话ID的值

更多信息:

英文:
  1. Without seeing your Regular Expression Configuration it's not possible to tell what's wrong and how it should be fixed
  2. HTTP Response Headers are being returned in form of a String, you won't be able to use JSON Extractor for parsing them.

Example Regular Expression Extractor configuration:

Jmeter- 如何从响应头中获取动态会话ID的值

More information:

huangapple
  • 本文由 发表于 2023年4月10日 19:16:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/75976596.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定