Same Orgin Policy issue in GWT?

2015-01-25 Thread Mohammed Sameen
Hi, In my gwt application i need to access some web serives exposed from some other port, I am getting Same origin Policy issue?Can any one let me know how to solve this?In generally in GWT how to access site B from site A.Is there any work around?any suggestion ? -- You received this message

Re: Same Orgin Policy issue in GWT?

2015-01-26 Thread Vassilis Virvilis
This is not a GWT issue at all. You have to search around about SOP, CORS and maybe JSONP. Basically it boils down to the following 1) Client side solution - install a plugin such as forceCors 2) Server side solution - enable CORS headers to the server you want to access. This is not the GWT origi