Master Diego

The Question List

Covering Jun 5, 2026 to Sep 3, 2026

28 threads read this period, 28 of them new. Threads are counted per distinct account. Bots and pull requests are excluded.

New this week

Can I fix hostname resolution errors in WSL? new

1 person asked · cli · since Jun 11, 2026

  • I ran `http --print=B POST api.url.com field_name="Foo Bar"` on: WSL latest version. Latest version of HTTPie. Current result:

    · source

Why does the verbose flag break argument parsing when placed before the URL? new

1 person asked · cli · since Jun 12, 2026

  • 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

Can I configure sessions via a config file? new

1 person asked · cli · since Jun 23, 2026

  • 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

How should I access package resources in a cross-platform way? new

1 person asked · cli · since Jul 2, 2026

  • 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

Can I replace os.system with sys.platform for Windows detection? new

1 person asked · cli · since Jul 14, 2026

  • 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

Why are intermediate 401 responses hidden during digest authentication? new

1 person asked · cli · since Aug 9, 2026

  • 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

Is this issue available for community contribution? new

1 person asked · cli · since Aug 12, 2026

  • I would like to contribute to this issue. Is this issue available for contribution?

    · source

Can the Chocolatey package be updated to the latest version? new

1 person asked · cli · since Aug 18, 2026

Can I place flags after the HTTP method in the command line? new

1 person asked · cli · since Aug 22, 2026

  • 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

cli

Can I fix hostname resolution errors in WSL? new

1 person asked · since Jun 11, 2026

  • I ran `http --print=B POST api.url.com field_name="Foo Bar"` on: WSL latest version. Latest version of HTTPie. Current result:

    · source

Why does the verbose flag break argument parsing when placed before the URL? new

1 person asked · since Jun 12, 2026

  • 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

Can I configure sessions via a config file? new

1 person asked · since Jun 23, 2026

  • 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

How should I access package resources in a cross-platform way? new

1 person asked · since Jul 2, 2026

  • 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

Can I replace os.system with sys.platform for Windows detection? new

1 person asked · since Jul 14, 2026

  • 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

Why are intermediate 401 responses hidden during digest authentication? new

1 person asked · since Aug 9, 2026

  • 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

Is this issue available for community contribution? new

1 person asked · since Aug 12, 2026

  • I would like to contribute to this issue. Is this issue available for contribution?

    · source

Can the Chocolatey package be updated to the latest version? new

1 person asked · since Aug 18, 2026

Can I place flags after the HTTP method in the command line? new

1 person asked · since Aug 22, 2026

  • 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