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
If there are params in URL, for example: https://some_url/api?page=5&page_size=50&json=True
these three params (page, page_size, json) won't appear in params tab. Also if I have params in params tab as shown in the attached screenshot those won't be shown in URL
Steps to reproduce?
1. Launch HTTPie
2. Send a request to `<URL>` with params:
`<BASE_URL>/api?param1=x¶m2=y¶m3=z`
What did you expect to happen?
If I have params in URL it should be shown in params tab and also it would be nice to have a feature to enable/disable params like in Postman [x]
Platform
macOS
HTTPie Desktop version
2025.2
Relevant log output
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?
If there are params in URL, for example:
https://some_url/api?page=5&page_size=50&json=True
these three params (page, page_size, json) won't appear in params tab. Also if I have params in params tab as shown in the attached screenshot those won't be shown in URL
Steps to reproduce?
What did you expect to happen?
If I have params in URL it should be shown in params tab and also it would be nice to have a feature to enable/disable params like in Postman [x]
Platform
macOS
HTTPie Desktop version
2025.2
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: