-
Notifications
You must be signed in to change notification settings - Fork 38
Description
The Digest header is defined in RFC 3230. It allows client or server to attach metadata that carries an integrity hash for a request or response body.
The IETF HTTP WG has adopted a draft that updates RFC 3230. This uses more modern terms and will attempt to address some edge cases and gaps. See https://tools.ietf.org/html/draft-ietf-httpbis-digest-headers-00.
There is overlap between Digest and SRI, and an issue has been raised on us to consider their relationship httpwg/http-extensions#868.
Despite overlap, the use cases, operating models and domains do have some differences. So I'm trying to figure out the right amount of information to document, and where.
I'm opening a ticket here for visibility and to promote input or discussion on either ticket.