I've been having some trouble with an HTTP GET request sent via RequestBuilder. I'm basically calling a PHP script on my server that outputs some data. The request works fine in Hosted mode, and even works if I Compile/Browse in IE6. When I Compile/Browse in Firefox 3 or Google Chrome, however, the server responds with a completely empty response.
By this I mean that my onResponseRecieved method is being called, but the response seems to have nothing in it. getStatusCode() returns 0 and getStatusText(), getHeadersAsString(), and getText() all return empty strings. What would cause such a response to be sent? Is a browser issue? Any help would be much appreciated, thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
