http://Hostname/md5hash/timestamp/Filenamehttps://Hostname/md5hash/timestamp/Filename
Field | Description |
Hostname | Site Acceleration Domain. |
Path | Resource access path, authentication requires prefixing with /. |
timestamp | Unix timestamp in hexadecimal form (the total number of seconds from 00:00:00, January 1, 1970, UTC time to now, regardless of the time zone) |
md5hash | A fixed-length string of 32 characters calculated using the MD5 algorithm: Algorithm: MD5(Key + Path + timestamp). Note: When calculating, the hexadecimal timestamp must filter out the hexadecimal number identification 0x. Authentication Logic: If the request has not expired, the node compares this string value with the md5hash value carried in the request URL. If the values are the same, authentication passes, and the request is responded to; if the values are different, authentication fails, returning 403. |
https://www.example.com/foo.jpg uses authentication method C, the configuration is as follows:
/foo.jpg.6694d30a.DvYmqE81E1F9R791H6lmht.DvYmqE81E1F9R791H6lmht/foo.jpg6694d30a) = 6688749e8906a726c12fe1be3aacd016. https://www.example.com/6688749e8906a726c12fe1be3aacd016/6694d30a/foo.jpg.Feedback