Skip to content

Fix: Show intermediate response headers for Digest Auth when using --all flag - #1921

Closed
vinayK34 wants to merge 1 commit into
httpie:masterfrom
vinayK34:fix/digest-auth-intermediate-headers
Closed

Fix: Show intermediate response headers for Digest Auth when using --all flag#1921
vinayK34 wants to merge 1 commit into
httpie:masterfrom
vinayK34:fix/digest-auth-intermediate-headers

Conversation

@vinayK34

@vinayK34 vinayK34 commented Aug 9, 2026

Copy link
Copy Markdown

When using HTTP Digest Authentication with the --all flag, the intermediate 401 response headers were not being displayed. This change ensures that when digest authentication is used and --all is specified, the 401 challenge response is yielded so it can be displayed in the output.

Fixes #1603

…all flag

When using HTTP Digest Authentication with the --all flag, the intermediate 401
response headers were not being displayed. This change ensures that when digest
authentication is used and --all is specified, the 401 challenge response is
yielded so it can be displayed in the output.

Fixes #1603
@vinayK34
vinayK34 marked this pull request as ready for review August 9, 2026 17:45
@vinayK34 vinayK34 closed this by deleting the head repository Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intermediate Response headers not printed for Digest Auth

1 participant