Re: GWT HTTP RequestBuilder

2011-11-17 Thread karun
Hi Thomas, CORS has solved SOP problem, i am displaying the http response JSP by creating a html using response.getText() method and adding that html to PopupPanel. The problem is the elements in html page are misaligned/not formed properly, when compared to the same JSP opened directly in th

Re: GWT HTTP RequestBuilder

2011-11-14 Thread karun
Thanks Thomas and jens for your help i am planning to use CORS for time being. later i will use reverse proxy approach. Regards kumar On Nov 14, 12:24 am, Thomas Broyer wrote: > On Sunday, November 13, 2011 7:59:38 PM UTC+1, karun wrote: > > > Hi Jens > > > Yes i am sure, i got response code a

Re: GWT HTTP RequestBuilder

2011-11-13 Thread Thomas Broyer
On Sunday, November 13, 2011 7:59:38 PM UTC+1, karun wrote: > > Hi Jens > > Yes i am sure, i got response code as 200 and the jsp from J2EE server > is also getting displayed, > > sorry for typo my application is in server 2 and J2EE application is > in server 1. > > to overcome SOP only, w

Re: GWT HTTP RequestBuilder

2011-11-13 Thread karun
Hi Jens Yes i am sure, i got response code as 200 and the jsp from J2EE server is also getting displayed, sorry for typo my application is in server 2 and J2EE application is in server 1. to overcome SOP only, we have setup the 2 servers in above format. so that domain name and port are same, b

Re: GWT HTTP RequestBuilder

2011-11-11 Thread Jens
Sure you got a 200 in IE? IE should also give some error if you try to make a request to a different domain/port. Also shouldn't your code snippet use factory-dev109.example.com if server 2 is the server you want to request? Well but in general you have three options to make cross domain request

GWT HTTP RequestBuilder

2011-11-11 Thread karun
Hi I am using GWT HTTP RequestBuilder in my application to exchange information between 2 servers, out of which 1 server hosts my GWT application and another is general server which hosts j2ee application both servers domains are as follows server 1. http://factory-dev03.example.com:8111