Friday, April 22, 2011

Re: Querying webservice which is on another server hosted on appengine

It sounds like you're running into the Same Origin Policy (SOP) issue, a browser security mechanism that restricts how cross-site requests get handled.

This GWT doc talks more in depth about the issue, with the bonus of also addressing it in the context of the stockwatcher example:


-seth

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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.

No comments:

Post a Comment