-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to check that a proxy is really being used? #48
Comments
I made a test with this middleware : without
gives : |
This change works : https://github.com/aivarsk/scrapy-proxies/pull/43/files |
bump on schizophrene's PR. I was able to use that change and verify that my requests were indeed using a proxy's IP and not my own local IP. |
In the
process_request
function the proxy is passed to the request only if has anproxy_user_pass
, otherwise only print that the proxy is beign used and which are left. That means that a proxy likehttps://176.37.14.252:8080
does not work?This is the function:
The text was updated successfully, but these errors were encountered: