gwt rpc: reducing http headers overhead

2011-03-30 Thread Michele Rossi
Hi, is there any way to configure the GWT RPC mechanism to send out fewer HTTP headers with requests? In my case the headers account for far more traffic than the RPC request payload. Many thanks, Michele POST http://192.168.151.88:/marketmon/ServiceResolver.gwtrpc HTTP/1.1 Accept: */*

Re: gwt rpc: reducing http headers overhead

2011-03-30 Thread Jambi
Hey Michele, maybe this thread will help: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a95c1eaeb55d2104 cheers, Mike On 30 Mrz., 09:55, Michele Rossi michele.ro...@gmail.com wrote: Hi, is there any way to configure the GWT RPC mechanism to send out fewer HTTP

Re: gwt rpc: reducing http headers overhead

2011-03-30 Thread George Georgovassilis
Hello Michele and Mike, Thanks for the vote of confidence :-) I'm afraid you can't do much there - most of the headers are set by the browser and cannot be removed (you may want to try to hack XmlHttpRequest in the xhr package). I was able to remove only the user- agent header. While you may