Can I fix hostname resolution errors in WSL? new
I ran `http --print=B POST api.url.com field_name="Foo Bar"` on: WSL latest version. Latest version of HTTPie. Current result:
· source
Covering Jun 5, 2026 to Sep 3, 2026
28 threads read this period, 0 of them new. Threads are counted per distinct account. Bots and pull requests are excluded.
I ran `http --print=B POST api.url.com field_name="Foo Bar"` on: WSL latest version. Latest version of HTTPie. Current result:
· source
I tried to reproduce this with clean virtualenvs using the PyPI `httpie==3.2.4` package. Results on my machine: - Python 3.12.13 + HTTPie 3.2.4: `http --offline …
· source
I support this feature request. In the meantime, you can use the following as a workaround. Create a session: `http --session=~/.config/httpie/ua.json https:// …
· source
Hi, I'd like to work on this issue if it's still relevant. I'll inspect the current __file__ usages and prepare a PR replacing package resource …
· source
In `httpie/output/ui/man_pages.py`, `is_available()` tries to short-circuit on Windows but the check is broken: https://github.com/httpie/cli/blob/master/httpie/output/ …
· Bug: Windows guard in is_available() compares os.system (a function) to 'nt' — always False
Follow-up: confirmed the bug — `os.system` is a built-in function object, so `os.system == 'nt'` is always `False` and the Windows short-circuit never fires ( …
· source
I've implemented a fix for this issue. The problem was that when using HTTP Digest Authentication with the `--all` flag, the intermediate 401 response headers …
· source
I would like to contribute to this issue. Is this issue available for contribution?
· source
While the `httpie-desktop` package on Chocolatey is still the latest as far as I'm aware (2025.2.0), `httpie` is 3.2.2 as opposed to the current …
Hi, I’d like to work on allowing flags after the HTTP method. I can trace the current argparse parsing, add a few CLI regression cases, …
· source
I ran `http --print=B POST api.url.com field_name="Foo Bar"` on: WSL latest version. Latest version of HTTPie. Current result:
· source
I tried to reproduce this with clean virtualenvs using the PyPI `httpie==3.2.4` package. Results on my machine: - Python 3.12.13 + HTTPie 3.2.4: `http --offline …
· source
I support this feature request. In the meantime, you can use the following as a workaround. Create a session: `http --session=~/.config/httpie/ua.json https:// …
· source
Hi, I'd like to work on this issue if it's still relevant. I'll inspect the current __file__ usages and prepare a PR replacing package resource …
· source
In `httpie/output/ui/man_pages.py`, `is_available()` tries to short-circuit on Windows but the check is broken: https://github.com/httpie/cli/blob/master/httpie/output/ …
· Bug: Windows guard in is_available() compares os.system (a function) to 'nt' — always False
Follow-up: confirmed the bug — `os.system` is a built-in function object, so `os.system == 'nt'` is always `False` and the Windows short-circuit never fires ( …
· source
I've implemented a fix for this issue. The problem was that when using HTTP Digest Authentication with the `--all` flag, the intermediate 401 response headers …
· source
I would like to contribute to this issue. Is this issue available for contribution?
· source
While the `httpie-desktop` package on Chocolatey is still the latest as far as I'm aware (2025.2.0), `httpie` is 3.2.2 as opposed to the current …
Hi, I’d like to work on allowing flags after the HTTP method. I can trace the current argparse parsing, add a few CLI regression cases, …
· source