Crawlera not working with python requests.

Posted over 3 years ago by Rylie Galicia

Post a topic
Un Answered
R
Rylie Galicia

 It's not showing any results. 

import requests

px = {
    "http":"http://e68fea400c7049198583eb226508a30d:@proxy.crawlera.com:8010/",
    "https":"https://e68fea400c7049198583eb226508a30d:@proxy.crawlera.com:8010/"
}

url = "https://api.ipify.org/"

response = requests.request("GET", url, proxies=px, verify="crawlera-ca.crt")

print(response.text) 

 Sample execution: 

 

image


0 Votes


0 Comments

Login to post a comment