Hi All,
I am trying to use RequestFactory (
http://code.google.com/webtoolkit/
doc/trunk/DevGuideRequestFactory.html) in my GWT Application. This
application would be hosted at
xyz.com (actually its embedded inside
an Android client and loaded by Android's WebView using
file://assets/ApplicationScaffold.html), now I want to force Request
Factory to do make calls to
abc.com instead of
xyz.com (where the
actual web app is loaded).
Safely assume Single Origin Policy does not apply to my browser, so
how to I provide a different url to RequestFactory.
Cheers,
Rohit