1
vote
HTTP Post in C# console app doesn’t return the same thing as a browser request
In your code you a specify the post method, where when you POST the address in the browser it is most likely using a GET. Create a simple html form and specify POST as the method and your url as t …
