aivarsk / scrapy-proxies

Random proxy middleware for Scrapy
MIT License
1.66k stars 409 forks source link

Fix bug with anonymous proxy #50

Open anton-rodin opened 6 years ago

anton-rodin commented 6 years ago

If anonymous proxy provided, process_request function doesn't apply proxy to request. Bug fixed by applying proxy in any way. Don't take proxy_user_pass variable into account

mvargas33 commented 3 years ago

I just confirmed it, it actually works fixing the bug

anton-rodin commented 2 years ago

@aivarsk Merge?