如何在请求体中关联会话ID

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

How to correlate session id in request body

问题

[这个相关部分](https://i.stack.imgur.com/xxaFH.png)

如果有人知道如何解决问题,请发送答案。

英文:

[this correlation part](https://i.stack.imgur.com/xxaFH.png)

If any one know how to solve problem. Please send the answers

答案1

得分: 0

你不需要关联存在于 cookie 中的值。它可以由 HTTP cookie 管理器自动处理(如果您已添加该元素)。

更多指南:请参考HTTP Cookie 管理器文档

英文:

You don't have to correlate values present in cookies. It can be auto handled by HTTP cookie manager (If you have added that element).

For more guide: Refer the HTTP Cookie Manager documentation

答案2

得分: 0

If you really want to manually extract the value from the Set-Cookie response header you will need to switch the Regular Expression Extractor's scope to "Response Headers".

However you might want to add HTTP Cookie Manager instead, it automatically extracts the cookies from the response and adds them to the next request if hostname and path match, cookie is not expired and so on.

英文:

If you really want to manually extract the value from the Set-Cookie response header you will need to switch the Regular Expression Extractor's scope to "Response Headers"

如何在请求体中关联会话ID

However you might want to add HTTP Cookie Manager instead, it automatically extracts the cookies from the response and adds them to the next request if hostname and path match, cookie is not expired and so on.

huangapple
  • 本文由 发表于 2023年3月15日 21:31:02
  • 转载请务必保留本文链接:https://go.coder-hub.com/75745405.html
匿名

发表评论

匿名网友

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

确定