Open In App

HTTP headers | Digest

The Digest HTTP header is a response HTTP header that provides the requested resource with a small value generated by a hash function from a whole message. The Digest HTTP header is a response header that provides a digest of the requested resource. The entire representation is used to calculate the digest. Multiple digest values for a single resource is also possible as the representation depends on Content-Type and Content-Encoding.

Syntax:



Digest:<digest-algorithm>=<digest-value>

Directives: This header accepts two directives as mentioned above and described below:

Examples:



Supported Browsers: The browsers are compatible with HTTP Digest header are listed below:

Article Tags :