Thanks for the response. I do see RemoteServiceServlet only has doPost method. GWT should not limit GET request.
Good news is that Akamai can help to cache the POST request. On Jun 17, 4:40 pm, Jason Essington <[email protected]> wrote: > Not easily, the server side components reject GET request outright. > > And you'd have to handle URL size limitations and such for the > parameters you send with the GET. > > Though it is possible to hack RPC work via get, you would probably be > better off using RequestBuilder and JSON or some such. > > -jason > > On Jun 17, 2009, at 2:14 PM, Michael W wrote: > > > > > Currently, RPC call is using Http POST. As we are using Akamai cache, > > we have to send RPC as Http GET. > > Is there a way to overrite default value form "POST" to "GET" > > > Thanks > > > --Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
