Re: [us...@httpd] Retrieving original Date: header field (httpd 2.2.3)

2009-10-13 Thread David Jonas
On 10/13/2009 10:57 AM, David Jonas wrote: How can one retrieve the original Date: request header? I believe the client just wasn't sending it. Sorry about the noise. Arg. - The official User-To-User support forum o

[us...@httpd] Retrieving original Date: header field (httpd 2.2.3)

2009-10-13 Thread David Jonas
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_