I just read the
https://developers.google.com/web-toolkit/doc/latest/FAQ_Server after unsuccessful attempt to run local appengine server separately from my GWT junit integration tests of GWT RPC. I am getting SOP error SEVERE: runtimeError: message=[Access to restricted URI denied] sourceName=[injected script] line=[93] lineSource=[null] lineOffset=[0].
Now my question is, is it possible to achieve this somehow?
If not, regarding aforementioned link, can you guys make it possible to set up different hosts not breaking SOP for GWT development? This is possible for Chrome extensions. This feature would make testing much easier for me.