Skip to content

Content-Type header is carried over into following requests #31

@fnk93

Description

@fnk93

Since the execute_request function sets the Content-Type in self.headers, this will lead to following GET-Requests on the same session sending the Content-Type header as well if you don't manually clean up.

self.headers["Content-Type"] = content_type

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions