Replies: 6 comments
-
Date values in HTTP protocol headers need to be in HTTP-Date format; see RFC 7231 § 7.1.1.1
HTTP protocol values not in the expected format are ignored (RFC 7232 § 3.3). |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'm getting the same result with the HTTP-Date...
|
Beta Was this translation helpful? Give feedback.
-
Your date says 2011 :) |
Beta Was this translation helpful? Give feedback.
-
Argh! [brews more coffee] But still...
|
Beta Was this translation helpful? Give feedback.
-
I don't see this behavior. Sorry I can't aid further.
|
Beta Was this translation helpful? Give feedback.
-
Okay, thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to form a valid HTTP conditional request with the
If-Modified-Since
in my request header. But I am always getting status code 200 even when I use a time that should return the status code 304.Any suggestions appreciated.
This is a sample dump of the request I am trying and the response I get:
Beta Was this translation helpful? Give feedback.
All reactions