"If-Modified-Since" and congested networks.
|
Dec. 21, 2009, 03:20 AM
Post: #1
|
|||
|
|||
"If-Modified-Since" and congested networks.
The browser may send an "If-Modified-Since:" header
to the server before it loads a file in its cache. This can slow things down. The Proxomitron can redirect requests accompanied by an "If-Modified-Since:" header and then respond with "HTTP/1.1 304 Not Modified". The browser should then load the cached file. This should be quicker than waiting for a remote server but important files may not be updated. Have fun. HTH Code: In = FALSE |
|||
« Next Oldest | Next Newest »
|