Does anybody knows why the code proposed on the site: does not work in python 2.7?
Every time you run this code I get 407 !!!!
import requests url = "http://httpbin.org/ip" proxy_host = "proxy.crawlera.com" proxy_port = "8010" proxy_auth = "<APIKEY>:" proxies = {"https": "https://{}@{}:{}/".format(proxy_auth, proxy_host, proxy_port), "http": "http://{}@{}:{}/".format(proxy_auth, proxy_host, proxy_port)} r = requests.get(url, proxies=proxies, verify=False, allow_redirects=False)
please help!
Please see this solution: https://support.scrapinghub.com/support/discussions/topics/22000008783
spektro
Does anybody knows why the code proposed on the site: does not work in python 2.7?
Every time you run this code I get 407 !!!!
please help!
Please see this solution: https://support.scrapinghub.com/support/discussions/topics/22000008783
nestor
Please see this solution: https://support.scrapinghub.com/support/discussions/topics/22000008783
-
Crawlera 503 Ban
-
Amazon scraping speed
-
Website redirects
-
Error Code 429 Too Many Requests
-
Bing
-
Subscribed to Crawlera but saying Not Subscribed
-
Selenium with c#
-
Using Crawlera with browsermob
-
CRAWLERA_PRESERVE_DELAY leads to error
-
How to connect Selenium PhantomJS to Crawlera?
See all 381 topics