HTTP請求處理Cookie我有需要取回餅乾2個值,並在其他請求重新發送他們的JMeter負載項目。中的JMeter
這裏是我的項目測試計劃:
-Test Plan
-Thread Group
-Login request
-Payment page
-Payment history page
-HTTP Cookie Manager
-HTTP Header Manager
-View Results Tree
cookie數據: JSESSIONID = 0000SZb55xyLAaqLlDzumq_PpIw:-1; XSRF-TOKEN = a684e233-648e-4219-ae21-25fb362e232d
Cookie數據從Cookie管理器的登錄請求成功接收,並在第二個請求(Payment page)中發送,但在第三個請求(Payment history頁面)只有JSESSIONID發送,我不知道爲什麼在第三請求不被髮送的第二個cookie。
查看https://www.blazemeter.com/blog/how-load-test-csrf-protected-web-sites – user7294900
我試過這個解決方案,但是同樣的行爲仍然存在 –