❔ HTTP code not returning expected result.
So I have the following code Which should send the following
http://zandose1.centralus.cloudapp.azure.com/test.php?Test1=Test2 and then I have some PHP code which should return Test1=Test2. If I put http://zandose1.centralus.cloudapp.azure.com/test.php?Test1=Test2 into a browser it works fine but with the C# code it doesn't get the anything.