Jmeter使用cookie管理器问题
我有一个基于表单的身份验证应用程序,我可以通过在登录页面上发布请求来根据我的数据库登录系统。
但是之后,如果尝试对任何内部页面进行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个事情需要检查可能会导致此问题:
There are a couple things to check that could be causing this: