How To Log In To Remote Website And Read The Data From Logged In Page Using Javascript/jquery/ajax?
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://www
Solution 1:
Apparently this is possible as stated by omouse. The following link may help: http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
Post a Comment for "How To Log In To Remote Website And Read The Data From Logged In Page Using Javascript/jquery/ajax?"