httpbin
httpbin copied to clipboard
Expose "WWW-Authenticate" header to CORS requests
Digest auth endpoint is missing the "Access-Control-Expose-Headers: WWW-Authenticate" header in order to correctly support CORS requests. Without it, the browser doesn't allow the client to get the value of the WWW-Authenticate header.