If-Modified-Since header does not works
It does not reseive 304 code. I check it on https://last-modified.com/en/ and https://bertal.ru/index.php?a6[...]i.org/doc/HomePage#h .
In my istallation R5.5.10 I fix it by inserting php code provided on Last-Modified.com to first line of \theme\_common\_header.php
Probably there is more beautiful solution.
Files
403_network_analysis_2.png | 34.6 KiB | 09.06.2019 18:37 | ||
403_network_analysis.png | 39.5 KiB | 09.06.2019 18:30 |
Comments
Log in or create an account to post a comment.
If-Modified-Since header does work
Loged in
Guest
Please read the http class for more details, see
function check_http_request()
.Can't say why the mentioned service don't recognize it.
In the http class there is the comment:
Do we need HEAD support?
Patch for HEAD support: revision:441dadd
But we can't send body for HEAD requests -> Apache will do all the heavy lifting (stripping the response body).
https://developer.mozilla.org/[...]eb/HTTP/Methods/HEAD
304 code response delay
run
function there is the following linewhich causes the 304 code response delay, I'm currently not sure which purpose that delay serves exactly.
https://redbot.org/
PATCH: 5b8f3a3