I am looking for a way to get non JSON data from a foreign domain using Ajax.
We found
- http://www.ajax-cross-domain.com/ lib and
- http://dev.jquery.com/ticket/3342 Jquery patch.
Has anyone tried these?
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.
If you want to do cross-domain communication in javascript, you can probably do better than the old links above. There are newer, easier-to-use approaches including EasyXDM which are worth trying.