
Question:
I am trying to build a website where I can read the data from remote website and show it on mine.
Remote websites I need to access all require username and password.<br /> ex: <a href="http://wwww.boostmobile.com" rel="nofollow">http://wwww.boostmobile.com</a> I have or will have correct login info in my database.
I would like to know how I can fill out the login info and submit it. After successfully logging in I would like to read various data and send it back to my website.
I would like to this with Javascript, Jquery, or AJAX.
To sum it up these are my questions:
<ol><li>How to send login info to remote website and submit it?</li> <li>How do you read and send back the data from logged in page to my website?</li> </ol>Thank you so much in advance!
Answer1:Apparently this is possible as stated by omouse. The following link may help: <a href="http://www.ibm.com/developerworks/library/wa-aj-jsonp1/" rel="nofollow">http://www.ibm.com/developerworks/library/wa-aj-jsonp1/</a>