RFC Errata
RFC 7616, "HTTP Digest Access Authentication", September 2015
Source of RFC: httpauth (sec)
Errata ID: 7005
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Patrick Ni
Date Reported: 2022-06-23
Section 3.9.1 says:
uri="/dir/index.html",
It should say:
uri="http://www.example.org/dir/index.html",
Notes:
[1] In Section 3.4, uri -> The Effective Request URI (Section 5.5 of [RFC7230]) of the HTTP request;
[2] In Section 5.5 of [RFC7230]: The components of the effective request URI, once determined as above, can be combined into absolute-URI form by concatenating the scheme, "://", authority, and combined path and query component
[3] uri="/dir/index.html" is an absolute-path, not an Effective Request URI