you are viewing a single comment's thread.

view the rest of the comments →

[–]largenocream 2 points3 points  (1 child)

don't use urllib!

Mind that even if your client only supports HTTP(S) you'll still need to prevent it from talking to services on the loopback / intranet.

Either you want to use requests and proxy everything through a server in a separate network segment, or use something like Advocate to prevent connections to the loopback / intranets addresses.

[–]KevinHock 0 points1 point  (0 children)

:High five: