digest.hmac_md5
Available in all subroutines.
Returns an MD5-based message authentication code based on the supplied
key
and string s
.
Example
set req.http.X-HMAC-MD5 = digest.hmac_md5("secret", req.url);
Available in all subroutines.
Returns an MD5-based message authentication code based on the supplied
key
and string s
.
set req.http.X-HMAC-MD5 = digest.hmac_md5("secret", req.url);