Em Wednesday 09 January 2008 18:05:57 [EMAIL PROTECTED] escreveu: > Apparently loadJSONDoc does a GET instead of a POST. > If I'm not mistaken POSTs aren't ever cached? > So if you could convert a loadJSONDoc to a POST wouldn't > that solve the caching issue AND let you send more data? > Seems a win-win all around. Is that possible?
Except that you should only POST when you want to change the database. This is the way RESTful implementations work. Check the archives of MochiKit's mailing list and you'll see a lot of discussion on this subject and IE's aggressive caching. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

