But tracing the code, it seems that when the scheme is wrong, a ValueError is raised and that's translated into a 400 response. I suspect the 401 response is the correct thing to do.
The text was updated successfully, but these errors were encountered:
The docs for the digest auth tool indicate that a 401 will be returned if the wrong scheme is supplied.
But tracing the code, it seems that when the scheme is wrong, a ValueError is raised and that's translated into a 400 response. I suspect the 401 response is the correct thing to do.
The text was updated successfully, but these errors were encountered: