Creating a local proxy server in python
I have two computers computer 1
and computer 2
on the same network. I’m trying to make computer 1
act as a proxy server so when I send a request from computer 2
using its ip address as a proxy, the request will pass through computer 1
.
After trying multiple approaches, this is my code on the client side: