Skip to content

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

@eurror

Description

@eurror

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions