-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Unanswered Topics - Printers
- BUG report: ipp User Access List full support for RFC 2617/7...

Create an account on the HP Community to personalize your profile and ask a question

09-26-2021 06:01 AM
If the ipp User Access List is configured the printer ask for www authentication with qop=auth (due to RFC 2617/7616) but only accept response like RFC 2069.
qop is used to decide how to deliver the response. If qop is present, the answer must be after RFC 2617/7616, otherwise after RFC 2069.
The printer accepts only RFC 2069 responses:
Response: HTTP/1.1 401 Unauthorized
WWW-Authenticate: Digest realm="IPP-Print", nonce="####", algorithm=MD5, qop="auth", opaque="####", username="guest"
Authorization: Digest username="user", realm="IPP-Print", nonce="####", uri="/ipp/print", response="####"
But with:
Authorization: Digest username="user", realm="IPP-Print", nonce="####", algorithm=MD5, qop=auth, opaque="####", cnonce="####", nc=00000002, uri="/ipp/print", response="####"
the job hangs and is not processed.
