Re: RequestBuilder and Browser same-origin-policy
If you have the flexibility to use GET rather than POST over JSON, the JSONPRequestBuilder is a nice solution to SOP without any proxies. You said you were connecting to a 3rd party domain, so you might want to consider a more RESTful solution than the RPC you mentioned, since that RPC call will be bound to that deployment of your code (that set of .rpc files). With RPC, you'd have to ensure that all RPC code, on all servers, was updated for each release when an RPC changes.
Sincerely,
Jospeh
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CxVpguOvd3wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home