lilzz
Posts: 411
Joined: Sat Nov 30, 2013 5:27 pm

How to create a simple Proxy in Python

Mon Nov 24, 2014 8:04 pm

a Proxy will determines whether the request is for the current Pi or it has to forward to different Pi server for information.

User avatar
DougieLawson
Posts: 39124
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: How to create a simple Proxy in Python

Mon Nov 24, 2014 11:37 pm

What protocol are you trying to proxy?

If it's HTTP then forget writing your own code (and re-invent a wheel), just install and configure squid3.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Python”