[thelist] AJAX pains - why is Safari being bitchy?

Christian Heilmann codepo8 at gmail.com
Wed Apr 5 11:41:34 CDT 2006


> Safari's cache logic is borked. Until they fix it, I've been forcing
> Safari to avoid its cache. Not exactly the best option in a lot of
> cases, but since you're trying to make the request unique anyway, sounds
> like this might be for you.
>
> Before you call send():
>
> request.setRequestHeader('If-Modified-Since',
>         'Sat, 29 Oct 1994 00:00:00 GMT');

Does that fix the status thing as well?



More information about the thelist mailing list