Reputation: 23
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.
ex: http://wwww.boostmobile.com
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:
Thank you so much in advance!
Upvotes: 1
Views: 1776
Reputation: 24
Apparently this is possible as stated by omouse. The following link may help: http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
Upvotes: 0