You should then probably install something like TamperData or Firebug for firefox, and see if your request is actually being sent from the browser. Or you could use wireshark, but that's not as easy to read. As well, tamperdata or wireshark will let you see the data in the responses.
BTW, if you are running a separate PHP web server, firefox considers a different port to be cross-site. You can work around that by deploying your compiled javascript via the PHP server, or you can use (eg) Apache to do proxy forwarding so the browser thinks it is all one site. On Jan 7, 5:51 am, ben fenster <[email protected]> wrote: > ??? > > On Jan 7, 11:56 am, ben fenster <[email protected]> wrote: > > > its not cross site and it works ok in hosted more over it doesnt fail > > in compile but keep getting empty responses and in hosted they are ok > > i cant understand why > > > On Jan 7, 10:47 am, olivier nouguier <[email protected]> > > wrote: > > > > SOP ? > > > > or some GWT SOP > > > > All I known is that when using GWT-RPC the standard policy doesn't want > > > cross webapp access! > > > > HIH > > > > On Thu, Jan 7, 2010 at 9:39 AM, ben fenster <[email protected]> wrote: > > > > does any one know why would a request sent using equest builder works > > > > in hosted mode but dont work in compile mode i am using it to access > > > > php scripts running on the same xamp server > > > > > -- > > > > 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]<google-web-toolkit%[email protected]> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- > > > A coward is incapable of exhibiting love; it is the prerogative of the > > > brave. > > > -- > > > Mohandas Gandhi
-- 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.
