How to use WebRequest to post data and get response from a webpage

Viewed 103599

I need to implement an application to post request to a given url and get response.

What are the best methods to post request to a given url and get response?

Please help.

1 Answers
Related