I am trying to make a web crawler that will login to an https website using my credentials and then crawl certain parts of the site. I am using the Scrapty in python but i am not 100% sure if it is possible since in the website i do not see anything about https only the following :
*cookies and session handling
*HTTP compression
*HTTP authentication
*HTTP cache
If, so any ideas as how to start?