Re: JsonpRequestBuilder and Basic Authentication

2013-12-05 Thread Jens
There are two ways of using a proxy: 1.) The real proxy solution. You would install Apache2 or Nginx or anything else that can do HTTP proxying and configure an URL under your own domain that the proxy should map to the external server. In this solution there is no GWT / Java server involved. Y

Re: JsonpRequestBuilder and Basic Authentication

2013-12-05 Thread BN
Jens, Appreciate the response. You have confirmed my fears. Your point about using a proxy is interesting. Can you help me understand how that would work. I gave this some thought in the beginning. Its not like GWT-RPC or any other AJAX style invocation from client is exempt from SOP. Then how

Re: JsonpRequestBuilder and Basic Authentication

2013-12-04 Thread Jens
JSONP boils down to a

JsonpRequestBuilder and Basic Authentication

2013-12-04 Thread BN
Hello I am using gwt jsonprequestBuilder to invoke a rest service which is hosted in a server outside of where gwt client is launched from. Hence the need to use the cross-domain api. I am successfully able to invoke the target service and get the response I need. My problem is the basic authen