Skip to content

Add support for WWW-Authenticate challenges to Unauthorized#795

Closed
dobesv wants to merge 1 commit into
pallets:masterfrom
dobesv:patch-1
Closed

Add support for WWW-Authenticate challenges to Unauthorized#795
dobesv wants to merge 1 commit into
pallets:masterfrom
dobesv:patch-1

Conversation

@dobesv

@dobesv dobesv commented Nov 4, 2015

Copy link
Copy Markdown
Contributor

In the HTTP spec, the Unauthorized response is required to provide at least one WWW-Authenticate challenge. This makes it easier to comply with that spec with werkzeug exceptions.

closes #772

In the HTTP spec, the Unauthorized response is required to provide at least one WWW-Authenticate challenge.  This makes it easier to comply with that spec with werkzeug exceptions.
@davidism

Copy link
Copy Markdown
Member

continued in #1319

@davidism davidism closed this May 31, 2018
@dobesv dobesv deleted the patch-1 branch May 31, 2018 16:40
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unauthorized HTTPException can't take a WWW-Authenticate header

2 participants