Posted by Josephnewyork on March 23, 2009 at 8:23pm
In using a CDN to cache pages, but "POST" queries can't be cached. In using "GET" method, the cache network should be able to save the service from its unique url. Is there a way of loading a XML-RPC service using "GET" method, or a different server type I should use?
Currently I built a Flash AS2 app using XML-RPC services. I have to rebuild it now so it can be cached. Please HELP!
Thanks!
-Joe
Comments
REST
Hi, you should use a rest server if you want anything to be cacheable. Then post (and put & delete) is only used for matching write operations.