【发布时间】:2020-06-05 10:25:49
【问题描述】:
我有一个无需登录即可访问网站的魔术链接,假设魔术链接是这样的
https://key.example.exampl.tr/auth/realms/test/protocol/openid-connect/auth?client_id=my-react-client&state=ba453a80-d991-4b3b-a791-3fc2629aea03&redirect_uri=https://test.example.exampl.tr/&scope=openid&response_type=code&user_id=d0bcdd07-3198-4ab6-9cfd-d0b6341dbe00&key=7a1b4163-76e8-465c-a914-c68f16761698
当我在浏览器中使用该链接时,它按预期工作并访问主页而不要求我登录。但是当我使用 JMeter 在 HTTP GET 请求中使用相同的链接时,它会将我重定向到登录页面。为什么会发生这种情况以及如何解决?
【问题讨论】:
标签: jmeter