Jmeter使用cookie管理器问题

发布于 2024-10-20 22:42:13 字数 194 浏览 2 评论 0原文

我有一个基于表单的身份验证应用程序,我可以通过在登录页面上发布请求来根据我的数据库登录系统。
但是之后,如果尝试对任何内部页面进行 get 请求,我会收到一个带有 cookie 的 www.example\login?dashboard 请求,但响应 html 是我的登录页面。

我在顶部添加了一个 cookie 管理器。

I have a form based authentication application I am able to log on the system as per my database by posting a request on my log in page.

But after that if try a get request of any internal pages I get a request as www.example\login?dashboard with a cookie but the response html is of my login page.

I have a cookie manager added on the top.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌路黄昏 2024-10-27 22:42:13

有几个事情需要检查可能会导致此问题:

  1. 有一个硬编码参数,例如每个会话需要唯一的 sessionID
  2. 页面请求启用了“自动重定向”,不应该(反之亦然)
  3. 登录实际上是失败,但该网站没有给出明确的错误消息

There are a couple things to check that could be causing this:

  1. There is a hardcoded parameter, like sessionID that needs to be unique for each session
  2. The page requests have "automatic redirect" enabled and should not (or vice-versa)
  3. Login is actually failing, but the site is not giving a clear error message
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文