Hi

I have 2 APIs in my jmeter test plan. Just one thread, one user.

1. Login API
   - This request succeeds, creates a cookie 'user' with value format
'<user email>:<user name>:<field 3>:<field 4> .
HTTP Cookie Manager with default settings is added to test plan.

2. Get Collection API
Then this API call is made. Correct cookie info is logged on Request panel.

Cookie Data:
[email protected]:[email protected]:12345:x0hlveP6ZCQ3m3pHgUgoO1AIj6c=

However on the receiving server, only 'test' is read as user cookie value.
Is it possible that jmeter is truncating cookie value or some encoding is
needed?

When using browser based client to send the same request, the receving
server gets correct value of cookie. It is only when requested from jmeter,
the value is truncated.

Any thoughts on troubleshooting appreciated!

Thanks
Shilpa

Reply via email to