automatic login to HTTPS website

  • Thread starter Thread starter mikey.mor
  • Start date Start date
M

mikey.mor

Hello everyone,
i am trying to do the folowing :
1. login to HTTPS website ( gmail for example ).
2. go to a certain page in that website.
3. read the page's content.

how is it best to achievve this ?
 
I saw that article, and code sample, and it doest not do a login.
it get's me the HTML of the login page.
i need it to login, and get me the content of the next page.

You're going to have to know the layout of the login page's form. If you
do (i.e. you are trying to write an application for a specific Web site)
then you simply need to first send an HTTP POST with the login
credentials and the proceed with the aforementioned example.

Cheers
Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top