Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passthrough HTTP Headers #6

Open
vlucas opened this issue Feb 18, 2021 · 2 comments
Open

Support passthrough HTTP Headers #6

vlucas opened this issue Feb 18, 2021 · 2 comments

Comments

@vlucas
Copy link

vlucas commented Feb 18, 2021

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'
@abhayh
Copy link

abhayh commented Mar 1, 2022

Let me know if there's a work around for this?

@saraswat-prateek
Copy link

Did anyone found any workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants