Question: Thanks in advance.... With Python 3 Multi-Threaded Web Proxy Design Project Description Your task is to develop a multi-threaded Web proxy. When your proxy receives
Thanks in advance....
With Python 3
Multi-Threaded Web Proxy
Design Project Description Your task is to develop a multi-threaded Web proxy. When your proxy receives an HTTP request for an object from a browser, it generates a new HTTP request for the same object and sends it to the origin server. When the proxy receives the corresponding HTTP response with the object from the origin server, it creates a new HTTP response, including the object, and sends it to the client. This proxy will be multi-threaded, so that it will be able to handle multiple requests at the same time. You must test the code by having different browsers request Web objects via your proxy.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
