I have the gmail login credintals.
Is it possible to login automatically to Gmail if we pass the username and password
through url or by CURL.
I have the gmail login credintals. Is it possible to login automatically to Gmail
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.
If you rightclick the gmail login page and view source you can find the id’s of the user email and login fields.
You can then use these to write a javascript to fill it automatically and submit.
Theres an implementation here you might check http://techtoggle.com/2009/06/how-to-autologin-into-yahoo-hotmail-lycos-mail/
Edit: its not using the languages you mentioned but its a solution all the same. Also, while the link url and article title dont mention gmail there is a gmail version of the javascript on the page