[Tutor] Is this possible in Python?
Matthew Ngaha
chigga101 at gmail.com
Wed Feb 17 15:42:16 EST 2021
On Wed, Feb 17, 2021 at 8:14 PM Rudy Matela <rudy at matela.com.br> wrote:
>
> What you describe seems possible.
>
> It seems like something that may involve the requests library. If you're new to Python, you can also take a look at the Python tutorial.
Isn't request just for the client side? But what about the server
side? what about point 3, 4, 5, and 6 from the server side, is that
possible?
3) Responding load balancer uses geolocation info to direct user to an
external server in the regional cloud closest to them.
4) Subsequent DNS requests from the same client's DNS-proxy is
directed to the same server in the cloud.
5) client/user creates a TCP connection to the login server in the cloud.
6) The SSL session is terminated and re-encrypted and forwarded to
another server.
imo this is too low level for python frameworks, using TCP to listen
to connection and so on. but I could be wrong
More information about the Tutor
mailing list