I want to scrape a site for which i have to login through google account. I am able to proxy the login page wherein i get the username and password in the parameters tab of login page. When I try to scrape the page after login I am redirected to login page i.e. I get login page source code in the last response tab for search results page. How do I solve this problem?
Are you seeing this when you
Are you seeing this when you are proxying the site, or have you done that and have a session that is doing this?
I've done Google logins in the past, and they are generally pretty difficult as they are attempting to prevent automated interaction.
I want to scrape a site for
I want to scrape a site for which i have to login through google account. I am able to proxy the login page wherein i get the username and password in the parameters tab of login page. When I try to scrape the page after login I am redirected to login page i.e. I get login page source code in the last response tab for search results page. How do I solve this problem?