Skip to content

Support passthrough HTTP Headers #6

@vlucas

Description

@vlucas

We have a firewall which requires a header value to bypass, and I cannot send a header with my GQL request to do this.

Expected:

self.client.execute("myGQLQuery", query, headers={"x-firewall-bypass": "true"})

Result:

/ERROR/locust.core: execute() got an unexpected keyword argument 'headers'

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