I need to make a client side http request to receive a string. I am struggling to find a method that works on the client.
I found WebClient.Get. But this one only works on the server. Threading it through opa's client/server communication is not an option because I need this to work, even if the server is down.