hello i tried to use zyte proxy but its not working because they use ca cert to auth their proxy which ichrome doesnt support
in request module its 'verify' kwargs
example
import requests
response = requests.get(
"https://httpbin.org/get",
proxies={
"http": "http://1kksksskskosmimiq:@proxy.crawlera.com:8011/",
"https": "http://1kksksskskosmimiq:@proxy.crawlera.com:8011/",
},
verify='/path/to/zyte-proxy-ca.crt'
)
print(response.text)
but ichrome do not have 'verify'