A
A
Alexander Chibilyaev2016-02-18 17:32:08
Python
Alexander Chibilyaev, 2016-02-18 17:32:08

Proxy server in python?

Good afternoon. How the software works 1. A proxy server works on PC1
192.168.1.10:8080 2.
A proxy server 192.168.1.10:8080 is specified in the browser on PC2 virtual machine 192.168.1.10 PC1 replaces the url of images with one of some kind 3. PC2 sees one image Please tell me how to implement the following program in Python: 1. Proxy server in python with the ability to inject and replace packets according to the traffic condition An important condition is to work on Windows!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Turnaviotov, 2016-02-19
@foxmuldercp

Install already squid which is written, tested and works fine under windows.

D
Dimonchik, 2016-02-19
@dimonchik2013

you can try writing a handler to https://github.com/inaz2/proxy2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question