You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API keys configured on a collection are not sent along with requests associated with that collection if using the As param option. They appear to work as expected if using the As header option. This applies to API keys retrieved from environment variables, and API keys configured directly within the collection. This happens in both the MacOS and Windows versions of HTTPie (both v2023.3.0).
Steps to reproduce?
1. Create a new collection
2. Set Auth to `API key`3. Set type to `As param`4. Add a key/value pair containing the name of the parameter and the API key to be passed
5. Create a new request
6. Set Auth to `Inherited`7. Observe in the Preview that no query parameters are added
Can reproduce in MacOS and Windows.
What did you expect to happen?
I expected the query parameters configured on the collection to be inherited by requests associated with the collection.
Platform
macOS
HTTPie Desktop version
2023.3.0
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
API keys configured on a collection are not sent along with requests associated with that collection if using the As param option. They appear to work as expected if using the As header option. This applies to API keys retrieved from environment variables, and API keys configured directly within the collection. This happens in both the MacOS and Windows versions of HTTPie (both v2023.3.0).
Steps to reproduce?
What did you expect to happen?
I expected the query parameters configured on the collection to be inherited by requests associated with the collection.
Platform
macOS
HTTPie Desktop version
2023.3.0
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: