How can one retrieve the original Date: request header?I'm implementing an HMAC-based authentication in PHP similar to Amazon's S3 authentication and I require the original Date: string for the hash. PHP's apache_request_headers() returns all but the Date. I tried using %{HTTP:Date} in a mod_rewrite rule but it came out empty. Digging around in the source hasn't turned anything up yet.
I've spent days searching the Internet for this but to no avail. "Date" is a terrible string to search on. Any help would greatly be appreciated!
Thanks, David --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx