I need to retrieve a document from a website, and parse it. Problem is that:
- The site uses both http and https protocol
- You need to log in the site (I have a regular account)
- From the login page, there are at least 2 redirect just to log in yourself
I managed an HTTPS connection and posted my login and pass, but I'm having troubles with cookie management and the redirect....