-
Notifications
You must be signed in to change notification settings - Fork 359
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
about proxy support #40
Comments
Is my understanding correct that there is no proxy support in "scrapy-selenium" and each request will expose the real IP? |
yep |
As mentioned @free01man and the work of @zhangtemplar |
Any progress here |
Commenting to keep updated |
any updates? |
While not a completly satisfactory solution, you can pass the proxy address to the
Verify that the proxy is working by doing a request to an IP service e.g.
and check the This workaround works for a single, static proxy only. |
Hi, I am using the scrapy-rotating-proxies at the same time, but I am not sure is it really hide my REAL IP? Any evidence that you can show that is really hide your REAL IP? Thank you. |
What about with auth |
Good day! Whether there was any solution in support of proxy servers after all? Unfortunately, the standard expression request.meta['proxy'] does not work with SeleniumRequest. Dear zhangtemplar apparently also failed to finalize this point, as i see. With respect to you...
The text was updated successfully, but these errors were encountered: