Start a new topic
Answered

need help http://proxy.crawlera.com:8010?noconnect

When i used scrapy cloud ,I find this happen .Hao did i fix it .thanks very musch ,example as below:

Using crawlera at http://proxy.crawlera.com:8010?noconnect (user: xxxxxxxxxxxxxxxxxxxxxx)

 set like this

CRAWLERA_ENABLED = True
CRAWLERA_USER = 'xxxxxxxxxxxxxxxxxxx'
CRAWLERA_PASS = 'xxxxxxx'
py
(4.1 KB)

Best Answer

That's not an issue, Scrapy doesn't employ CONNECT method. This is why ?noconnect is appended to the URL.


Answer

That's not an issue, Scrapy doesn't employ CONNECT method. This is why ?noconnect is appended to the URL.

Ce n'est pas un problème, Scrapy n'utilise pas la méthode CONNECT. C'est pourquoi? Noconnect est ajouté à l'URL.

Login to post a comment