The if-modified-since tag has no wiki summary.
0
votes
0answers
10 views
If modified since with (replace www) modrewrite-rule
i only use the my domain http://myDomain.com and not http://www.myDomain.com,
so i use this rule
RewriteCond %{HTTP_HOST} ^www\.(.*)$
RewriteRule ^(.*)$ http://%1/$1 [L,R=301]
my problem is, that i ...
0
votes
0answers
48 views
Using If-Modified-Since header for dynamically generated remote files
Our web server regularly downloads images from other web servers. To prevent our server having to download the same image every day even if it has not changed, I plan to store the Last-Modified header ...
0
votes
0answers
15 views
download from cloudfront only if modified
I am fighting trying to make the following architecture.
I have a file 'data.json' on amazon S3. Now and then that file gets updated.
S3 is connected with cloudfront.
In a webapp, every 10s, I want ...
0
votes
1answer
17 views
error while updating a pass
I add a pass with serial 1 to iPod touch , then I add a pass to iPhone 5 with serial 34455. Next, I push a new pass; now I just can update pass by toggling the back of pass. I toggle the pass in ...
0
votes
1answer
56 views
Using client generated time in the “If-Modified-Since” HTTP header
We are using the "Last-Modified" response header from the server and the "If-Modified-Since" request header for the resource validation. HTTP header definitions states that the "If-Modified-Since" ...
1
vote
0answers
27 views
Mocking or Stubbing mtime for File::Stat
My object GETs a file over HTTP.
It does so, using the If-Modified-Since header. If the files has not been modified since the time in the header a Not Modified response will be returned and the file ...
2
votes
1answer
139 views
detect if a web page is changed
In my python application I have to read many web pages to collect data. To decrease the http calls I would like to fetch only changed pages. My problem is that my code always tells me that the pages ...
0
votes
2answers
197 views
How to get If-modified-since working with JQuery/JSON on IE?
I am working with a particularly expensive (in terms of query and also bandwidth), think of it as a catalog of items. However, the catalog also needs to be comletely accurate at all times, i.e. ...
1
vote
0answers
66 views
Does Java Web Start caches resources or ever uses If-Modified-Since?
A browser can cache resources such as a picture, and sends header with If-Modified-Since so a servlet can check and return 304 if it's not modified.
So what about Java Web Start? Does it ever do ...
1
vote
1answer
38 views
What is the age of an entity in HTTP/1.1 land
I have been struggling with this question for several days.
What is the age of an object stored in a cache. In particular, I am wondering about Cloud Front. If I specify
Cache-Control: ...
2
votes
1answer
117 views
Find out if the file has been modified using GWT
I'd like to know whether the image has been modified since some time using GWT. I've found that setting If-Modified-Since http header might work, so I tried to do it like in this post:
RequestBuilder ...
0
votes
1answer
139 views
jQuery, browser cache, refreshing an image with attr('src', newimage)
I am refreshing images via attr('src', newimage), where newimage may point to one of several images and may already be cached by the browser. Unfortunately the browser cache is being completely ...
2
votes
0answers
131 views
Android Image loader library with support for ETags, If-Modified-Since
I've been using for some time Android Http Image Manager, and recently I switched over to Android Universal Image Loader
I'm afraid neither of them have support for verifying if local cache is ...
0
votes
1answer
88 views
browser don't use if-modified HTTP Request Header field for .php files
I combined all my css files into a .php file to reduce the number of requests for each access to my webpage.
I set expiration date header to 1 day after request at my .php file
The problem is that the ...
0
votes
2answers
361 views
If-modified-since header with filters and MVC3
I just saw some examples about implementing the if-modified-since header. I really don't understand how it works very well. I have seen this example and it seems that if I set a date value to the ...
1
vote
1answer
235 views
How to know a webpage last-modified date & time in Android Java
How can I know the date a webpage last-modified using Android Java? or how I can request for
If-Modified-Since: Allows a 304 Not Modified to be returned if content is unchanged
using http ...
1
vote
1answer
983 views
Rails 3 HTTP-header If-Modified-Since using curl
I have a simple out of the box rails server running and I am trying to figure out how to make it work with the If-Modified-Since header. I am using the following curl request.
curl -I ...
6
votes
1answer
2k views
Handling If-modified-since header in a PHP-script
I have a PHP script which is called with an ?img= parameter.
The value for that parameter is an (urlencoded) URL of an image.
My script checks, if that image is already stored at my server.
If not ...
2
votes
1answer
585 views
Chrome doesn't send “If-Modified-Since”
I want browsers to always add (except first time) "If-Modified-Since" request header to avoid unnecessary traffic.
Response headers are:
Accept-Ranges:bytes
Cache-Control:max-age=0, must-revalidate
...
1
vote
0answers
291 views
Google Chrome sending If-Modified-Since header inappropriately
Running Chrome v 17.0.963.83
Having an issue with logging out of a Wordpress site that only happens in Chrome and I think I've tracked down to the HTTP headers.
Workflow: you're logged in. Visit the ...
1
vote
1answer
450 views
DOS dir /tw switch not working
I'm trying to compare a list of files with a control file on their modified timestamp using
dir /b /tw /od controlfile olderfile | more +1
this should return the controlfile as the modified date ...
2
votes
0answers
141 views
$_SERVER['IF_MODIFIED_SINCE'] nor anything else really is sent back by Safari
safari is NOT sending back any request headers & i go nuts. i'm ashamed it took me all that time to realize it (sending back 304 since a while, never realized that safari issue until now)
if ...
1
vote
1answer
659 views
Getting if-modified-since header to work with WCF
I am trying to get the "if-modified-since" header to work with my WCF web service.
When a user makes a request to my service, I add an ETag to the outgoing response that contains the timestamp of the ...
1
vote
3answers
257 views
Sync local file with HTTP server location (in Python)
I have an HTTP server which host some large file and have python clients (GUI apps) which download it.
I want the clients to download the file only when needed, but have an up-to-date file on each ...
0
votes
2answers
371 views
Python: Optimal algorithm to avoid downloading unchanged pages while crawling
I am writing a crawler which regularly inspects a list of news websites for new articles.
I have read about different approaches for avoiding unnecessary pages downloads, basically identified 5 header ...
1
vote
1answer
518 views
When does a webbrowser send If-Modified-Since?
I'm serving a dynamically created recent.rss via python flask and naturally that way it is always sent via 200 OK. I was going to fix this by setting the header Expires a week into the future and ...
0
votes
1answer
419 views
“If-Modified-Since” Header?
I wanted to know how to check the server response of "If-Modified-Since" header sent by my browser.
I am not sure how do I achieve it.
Any help would be a great deal to me, Thanks.
0
votes
2answers
869 views
How to insert Last-Modified HTTP-header in Wordpress?
The site doesn't send Last-Modified header in its response.
I know I should insert somewhere something like header("Last-Modified: " . the_modified_date()); but where?
0
votes
1answer
502 views
How to make Safari send if-modified-since header?
When I generate a page I send headers
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Last-Modified: Mon, 04 Apr 2011 20:08:33 GMT
Vary: Accept-Encoding
Date: Mon, 11 ...
0
votes
2answers
651 views
Image reload prototype if-modified
I use prototype on the client side.
I need to change picture on the page without reloading. So in my .js file I change the src of a picture and it works ok. But I also need that if the same image ...
2
votes
1answer
524 views
What response should If-Modified-Since HTTP Header return if request is HEAD?
If you send a GET request with an If-Modified-Since header, the server suports it and the file hasn't changed, the server will return a 304 response.
If you sent a HEAD request in the same ...
0
votes
0answers
420 views
if-modified-since is not sent if using gzip on a picture with RESTEasy (@GZIP)
Using REsteasy I send a gzipped picture, setting last-modified header.
@GET
@Path("/blah-blah")
@GZIP
public Response getImage(){
byte[] image = getImageArray();
ResponseBuilder builder = ...
1
vote
1answer
322 views
Insomnia headaches on a simple javascript Cache, while If-Modified-Since headers are in place!
Hello fellow earthlings! For some time I'm fantasizing possible solutions, but i'm out of clues for this strange problem. Let me describe the reason, then the problem:
In order to combine the ...
9
votes
1answer
318 views
Why is PHP discriminating between .php and .abc extensions for caching?
There seems to be a problem between how PHP engine handles identical files that differ only in their file extension.
Problem: "An If-Modified-Since conditional request returned the full content ...
9
votes
7answers
4k views
Chrome - why is it sending if-modified-since requests?
I have a page with lots of small images (icons). When used with chrome, each time the page is reloaded, chrome requests each icon from the server with if-modified-since header.
All icons are served ...
1
vote
2answers
171 views
Is there an existing solution for WebRequest caching in .NET (based on If-Modified-Since)?
I have an expensive WebRequest that I know can be cached.
Is there an existing solution that allows caching of web requests based on Last-Modified/If-Modified-Since and (optionally) ETags?
2
votes
0answers
98 views
Browser caching after login/logout
I've got a site with a basic login/logout system.
When I display pages I do a check to see when the page was last modified and if the browser has sent an if modified since header. If it hasn't been ...
7
votes
2answers
2k views
(Weak) ETags and Last-Modified
As far as I understand the specs, the ETag, which was introduced in RFC 2616 (HTTP/1.1) is a successor (of sorts) for the Last-Modified-Header, which is proposet to give the software-architect more ...
4
votes
1answer
11k views
Why am I getting “(304) Not Modified” error on some links when using HttpWebRequest?
Any ideas why on some links that I try to access using HttpWebRequest I am getting "The remote server returned an error: (304) Not Modified." in the code?
The code I'm using is from Jeff's post here ...
7
votes
4answers
816 views
What is the point of If-Unmodified-Since/If-Modified-Since? Aren't they superseded by ETags?
There seem to be two distinct ways to implement conditional requests using HTTP headers, both of which can be used for caching, range requests, concurrency control etc...:
If-Unmodified-Since and ...
1
vote
1answer
850 views
Get Browser to send both If-None-Match and If-Modified-Since
My Browser isn't sending back an If-Modified-Since Header for PHP generated Content
on the first request my script sends:
(Status-Line) HTTP/1.1 200 OK
Date Thu, 21 Jan 2010 08:55:25 GMT
Server ...
0
votes
1answer
334 views
Read If-Modified-Since header in PHP CGI
My PHP script depends on being able to read the value of the If-Modified-Since header (yes, I know how to do this).
It worked correctly when I used PHP as mod_php, but now that I've switched to suPHP ...
1
vote
2answers
1k views
Refresh image with Javascript, but only if changed on server
I want to reload an image on a page if it has been updated on the server. In other questions it has been suggested to do something like
newImage.src = "http://localhost/image.jpg?" + new ...
