Hey all, I am writing a UI which makes asynchronous calls to a server. That server is actually the server on which the UI will be deployed. However, since I am in dev-mode my domain is 127.0.0.1:8888 and the requests are sent to another domain (online.) Unfortunately, I am getting the "Access-Control-Allow-Origin" message and no date.
My guess is that I am missing something since this sounds like a typical case but for some reason I haven't found an elegant solution. I thought that something like that would be already part of GWT. I have found about "add-linker" but it didn't seem to work. In the very worst case, how could I do everything locally; would the server code and client code have to be on the same port, and how could that be done if any different from being on a different domain? Thanks all -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
