| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi Michael, I had the same problem and managed to remedy it by setting the If-Modified-Since header to force XMLHttpRequest to send the request to the remote server rather than fetching it from the cache (at least that's what I believe is happening). Basically you want to add something like the following before the call to send. xmlReq.setRequestHeader('If-Modified-Since', 'Wed, 15 Nov 1995 00:00:00 GMT'); See http://pansapien.com/?p=32 for full details. Seems like this may be a bug with the XMLHttpRequest implementation in Safari 2.0, but I haven't checked into other implementations to know that this isn't just the way things work. M. On 14-May-05, at 3:22 PM, Micheal Jones wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Dashboard-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/dashboard-dev/email@hidden This email sent to email@hidden
| References: | |
| >XMLHTTPRequest Oddity (From: Micheal Jones <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.