Closed
Description
The issue is similar to #32943 but this time about domain
key. For example:
www-authenticate: Digest realm="MMS Public API", domain="", nonce="NA42+vpOFQd1GwCyVRZuhhy+jDn4BMRl", algorithm=MD5, qop="auth", stale=false
will fail with error Nonce missing
RFC7616 explicitly says domain
can be empty
If this parameter is
omitted or its value is empty, the client SHOULD assume that the
protection space consists of all URIs on the web-origin.