We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting Auth at the collection level and inheriting the value in requests the request does not include an Authorization header
collection.bru
auth { mode: apikey } auth:apikey { key: ApiKey value: {{ApiKey}} placement: header }
environment.bru
vars { deployment: int } vars:secret [ ApiKey ]
request.bru
meta { name: request type: http seq: 3 } get { url: https://{{deployment}}.fictional.url body: none auth: inherit }
Generated code
curl --request GET \ --url 'https://int.fictional.url'
The text was updated successfully, but these errors were encountered:
Possible duplicate of #3824
Sorry, something went wrong.
Hey @GROwen,
Thanks for reporting this issue.
I’ve been able to reproduce it, and we’re working on it.
Hi, quick update: we have merged #3512 and it will be released in the upcoming week!
sanjai0py
ganesh-bruno
sreelakshmi-bruno
No branches or pull requests
I have checked the following:
Describe the bug
When setting Auth at the collection level and inheriting the value in requests the request does not include an Authorization header
.bru file to reproduce the bug
collection.bru
environment.bru
request.bru
Screenshots/Live demo link
Generated code
The text was updated successfully, but these errors were encountered: