Skip to content

[Bug]: Not all params are included in URL #237

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

Open
1 task done
eurror opened this issue May 8, 2025 · 0 comments
Open
1 task done

[Bug]: Not all params are included in URL #237

eurror opened this issue May 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@eurror
Copy link

eurror commented May 8, 2025

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

Image

Steps to reproduce?

1. Launch HTTPie
2. Send a request to `<URL>` with params:
`<BASE_URL>/api?param1=x&param2=y&param3=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
@eurror eurror added the bug Something isn't working label May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant