Skip to content

Different requests cookie issue #649

@eapolunin

Description

@eapolunin

If you create RestClient once and call Execute with one RestRequest that have Cookie header for example 'key=123' and then call execute with same RestClient and another RestRequest with Cookie 'key=321' client will not use new cookie value. Reason is in oldCookie newCookie filtering when create HttpMessageHandler in DefaultHttpClientFactory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions