Hi, the SOP requires same domain + same port + same protocol. http://en.wikipedia.org/wiki/Same_origin_policy#Origin_determination_rules
On Feb 25, 8:36 pm, nino ekambi <[email protected]> wrote: > I think i dont understand what you mean > > i m makin the RPC calls to the same domain > the thing is when i complied the application with the xs linker the RPC > calls fail > why is that ? > > greets > > Nino > > 2010/2/25 Fabiano <[email protected]> > > > > > Hi, > > I suppose you have SOP related RPC issues. > > Cross site linker only solves appplication loading. > > There is no way to solve SOP RPC issues without configuring a > > redirection towards the server or by using corss site requests. > > Cross site requests can be performed only by manually using JSON and > > few tricks, this is not so handy, and GWT-RPC is not usable in this > > way. > > Regards > > > Look at the docs: Keywords: Cross site SOP Jsonp > > > -- > > 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%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
