It is possible to send POST data from JQUery to server, located in another domain? Google says that it impossible (Jquery.ajax() can send data only through GET method, not POST), but may be in new versions of Jquery it become possible?
Share
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.
And to answer the question you cannot access cross domain sites throw AJAX.
The reason why you can throw GET method is that you create an script tag (jsonp).
see: http://ajax.sys-con.com/node/1410501