TeamHG-Memex / scrapy-rotating-proxies

use multiple proxies with Scrapy
MIT License
738 stars 158 forks source link

about proxy without scheme(protocol) #29

Open searchlyf opened 5 years ago

searchlyf commented 5 years ago

I saw proxies haven't specified http/https protocol. They works. Why that happen? thanks

searchlyf commented 5 years ago

I see: add_http_if_no_scheme(url) But based on my test, both http and https proxies respond https request equally, while https proxies don't response http request.