What can be done to access remote domain most easily to read data with XML HTTP REQUEST?
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.
Due to security restrictions (see the “Same Domain Policy“) it’s not possible to make cross-domain requests. Depending on what you need I’d suggest either a custom proxy, an already-existing proxy (e.g. YQL), or JSONP.