I have a C# application running on Windows Server (Server A). That server has no internet access due to firewall restrictions.
I can access another server on the same network that does have internet access (Server B).
Using C#, how can I make a GET request to the internet from A, using B as some kind of proxy? Would this require anything to be set up on B to facilitate this, or can I just do it somehow using WebClient?