mirror of https://github.com/scrapy/scrapy.git
added FAQ about HTTP proxies
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40899
This commit is contained in:
parent
9d5a1d77b6
commit
86d0256815
|
|
@ -47,3 +47,14 @@ We'd be proud if Scrapy serves as an inspiration for other projects. Feel free
|
|||
to steal from us!
|
||||
|
||||
.. _Django: http://www.djangoproject.com
|
||||
|
||||
Does Scrapy work with HTTP proxies?
|
||||
-----------------------------------
|
||||
|
||||
No. support for HTTP proxies is not currently implemented in Scrapy, but it
|
||||
will be in the future. For more information about this, follow `this ticket
|
||||
<http://dev.scrapy.org/ticket/71>`_. Setting the ``http_proxy`` environment
|
||||
variable won't work because Twisted (the library used by Scrapy to download
|
||||
pages) doesn't support it. See `this Twisted ticket
|
||||
<http://twistedmatrix.com/trac/ticket/2714>`_ for more info.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue