The light bulb finally lit for me. There's browser security rules in
place that only allow Ajax to communicate with the same server as the
main page. If GWT hosted mode allowed it then in the future when you
deployed to production your app wouldn't work. I'm going to change my
implementation to have the external data sources route through the
server, but may need to add load balancing because of the extra load
now on the server. Nothings ever to easy.

On Jan 6, 1:10 pm, Scooter <willi...@gmail.com> wrote:
> Please allow this to either be a configurable option or a prompt when
> accessing external URL. I test against a variety of complex data
> sources for our web server where duplicating on my development machine
> is almost impossible. It is also an issue when we get a bug report in
> production that I can point to the appropriate web server and debug
> the problem. I can't upgrade to the latest 1.5 and really want to
> avoid the proxy overhead.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to