Skip to content

makeRequest doesn't seem to use the cookies set in the HarRequest #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions