On 06:50 am, lukas...@mail.ru wrote:
>Pls, show me an example of HTTP authorization.
>Thanks all.
See the online documentation for Twisted Web:
http://twistedmatrix.com/documents/current/web/howto/
in particular:
http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-
auth.htm
Pls, show me an example of HTTP authorization.
Thanks all.
__
http://itfreelancer.ru
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Pls, show me an example of HTTP authorization.
Thanks.
__
itfreelancer.ru
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Also, anyone working on socks5 in twisted should be aware of this project:
http://code.google.com/p/proxy65/
which implements a SOCK5 server. It's in the context of a Jabber/XMPP
XEP-0065 proxy server, but a lot of it should be applicable, if just as an
example.
I make no guarantees about the q
On Aug 8, 2011, at 10:10 PM, Peter Le Bek wrote:
> Myself and another are working on adding SOCKS client support to Twisted for
> use in Tor related projects. I'm also convinced there's an abstraction that
> would
> make it easier to implement proxy clients (or any transparent data/endpoint
>
Myself and another are working on adding SOCKS client support to Twisted for
use in Tor related projects. I'm also convinced there's an abstraction that
would
make it easier to implement proxy clients (or any transparent data/endpoint
modifying protocol) in Twisted. I agree that it's difficult
On Fri, 2011-08-05 at 23:43 -0400, Glyph Lefkowitz wrote:
> Similarly, it doesn't make sense to use an HTTP proxy for anything
> other than HTTP traffic.
An HTTP proxy, sure. An HTTPS proxy is useful for proxying any sort of
TCP traffic; thus the reference to CONNECT.
_
On Aug 5, 2011, at 4:14 AM, Damiano ALBANI wrote:
> Regarding this last bug, I was wondering if there could a generic HTTP proxy
> mechanism, like with SOCKS, and not tied to the Web client.
> Because we might want to use an HTTP proxy for something else that Web
> traffic.
>
> What would be n
Hello,
I'm trying to determine the current status of proxy support in Twisted.
I've googled quite a bit to find an answer but I couldn't get a crystal
clear picture.
What I mean by "proxy support" is the capability to:
- act as a proxy server
- use an external proxy server (i.e. act as a clien