http proxy on my GWT server-side code
问题 I have an REST server as backend, it provides a set of services, also, it uses basic authentication method for access. Now I need to create an GWT frontend,so, I need to perform http calls to the REST backend from the GWT frontend After some research I found the HttpBuilder to handle http requests to the backend, but it seem to be a pain when trying to perform cross-site requests, and also it comes with some restricions related with Safari browser. Then I found this https://developers.google