I am working on a spider that crawls a site while authenticated, it uses multiple users and multiple proxies. Is there anyway I could handle cookies, proxies and session so each user uses their specific cookie with a specific proxy so there is no problems crawling things?
At the moment I am able to crawl with one user while authenticated and single IP, but want to do this with more users.