It has been discovered that some servers respond with a 401 without WWW-Authenticate header if the original request was sent with creentials. While this is a protocol violation, the user can't fix it, because it is server-side. This PR handles these edge cases more gracefully.
It has been discovered that some servers respond with a 401 without
WWW-Authenticate
header if the original request was sent with creentials. While this is a protocol violation, the user can't fix it, because it is server-side. This PR handles these edge cases more gracefully.