If I understand it correctly the RPC framework is intended only for 
same-origin communication and the alternatives to workaround SOP are: using 
RequestBuilder (XmlHttpRequest) directly or JsonpRequestBuilder (a <script> 
tag).

The downside with those alternatives is that you lose the automatic 
serialization magic of the rpc framework which is very sad because these 
days you can whitelist servers to make XmlHttpRequests safely.

So before going to work directly with RequestBuilder I would like to know 
if there is a way to enable it for xsite use. I'm assuming that the 
implementation just uses RequestBuilder behind the scenes and that it would 
be easy to change it.

Thanks,
José Alejandro

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to