On Monday, September 10, 2012 9:40:44 PM UTC+2, gwtApprentice wrote: > > SOLVED > I assume this is due to the Same Origin Policy. >
Right. > When I put the compiled GWT code on the production server, which is > the same URL in my question below, it works fine. > > I had been testing this code locally (on the "development server"), > but making a URL request to the remote server (the "production > server"). > > I suppose I would have to truly mirror development and production > environments to test locally on the "development server" to not see > this error, and still use GWT debugging, rather than only testing > compiled code. > Alternately, you can run DevMode in -noserver mode: https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's -- 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/-/L7uSfwHcQtYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
