0

Which method can I use if I need to Post,Get JOSN data from REST Web-Service, located in another domain?

WelcomeTo
  • 19,843
  • 53
  • 170
  • 286
  • related: http://stackoverflow.com/questions/646800/send-request-with-gwt-to-a-different-domain – Thilo Dec 20 '11 at 06:44
  • 1
    possible duplicate of [GWT: How to send POST cross domain requests with JSON](http://stackoverflow.com/questions/3601804/gwt-how-to-send-post-cross-domain-requests-with-json) – Thilo Dec 20 '11 at 06:45
  • Sorry I didn't see the GWT tag... So I deleted my answer. – Dante WWWW Dec 20 '11 at 08:40
  • I you have control over the server, you could do a proxy request (POST to your own server, let your server make the request to the REST web service, and finally let your server return the result of that request to your client) – roelkok Dec 20 '11 at 10:52

0 Answers0