https://bz.apache.org/bugzilla/show_bug.cgi?id=59651
Bug ID: 59651
Summary: HTTP Cookie Manager not passing csrftoken parameter
Product: JMeter
Version: 3.0
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Web app generates both JSESSIONID and csrftoken as cookies.
Add HTTP Cookie Manager
Settings:
Clear Cookies each iteration
Policy = compatibiloty
Implementation = HC3CookieHandler
In HTTP Request add parameter
Name = csrftoken
Value = ${COOKIE_csrftoken}
When running this test in JMeter 2.13 the csrftoken variable is resolving as
expected and the request succeeds.
When running this test plan in JMeter 3.0 the csrftoken variable is not being
resolved and the request fails.
--
You are receiving this mail because:
You are the assignee for the bug.