-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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?
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working