How do i use GWT Request builder to pass on a String from my GWT code to a website http://www.xyz.com.It would be greatly helpful if i can get the code for doing this.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to make cross-domain XHR requests, you need to use
JsonpRequestBuilder, which is pretty well documented in its comments.Feel free to ask a more specific question if you encounter any specific problems.