| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi Danny, As I see it, your choices at this point boil down to either trying other HTTP request cache control headers (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) or to append a dummy GET parameter on the request url. The latter, while being a hack, is probably quicker to get going. You're code will look something like the following. requestUrl += (requestUrl.indexOf('?') > -1) ? '&' : '?'; requestUrl += 'X=' + (new Date()).getTime(); The only other trick is to make sure 'X' isn't a meaningful parameter to the requestUrl. M. On 26-Jun-05, at 10:06 PM, Danny Rappleyea 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 with password authentication? (From: Danny Rappleyea <email@hidden>) | |
| >Re: XMLHTTPRequest Oddity (From: Danny Rappleyea <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.