Open

Description
There's a test in ZAProxyScannerTest called testCookiesWithMakeRequest that illustrates the issue.
Basically, the expected behaviour is this:
- login to app, that sets a cookie
- grab a copy of a request that contains the cookie
- change the value of the cookie in the HarRequest
- submit the HarRequest with the new cookie using makeRequest
- The HarEntry returned, should have a HarRequest that contains the new cookie value.
The current behaviour:
The HarRequest contained in HarEntry returned from makeRequest contains the old cookie value.
Metadata
Metadata
Assignees
Labels
No labels