Open iamumairayub opened 3 years ago
I use cookiejar to maintain several sessions in my Scrapy project
cookiejar
I want to have the ability to not assign the proxy that is in-use for a request so my multiple sessions IP don't overlap
Any idea?
Hi
I observed a similar bug here: https://github.com/TeamHG-Memex/scrapy-rotating-proxies/issues/49
I use
cookiejar
to maintain several sessions in my Scrapy projectI want to have the ability to not assign the proxy that is in-use for a request so my multiple sessions IP don't overlap
Any idea?