How to use WebRequest to POST some data and read response?
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-05-18T19:56:33Z
Indexed on
2010/05/18
20:10 UTC
Read the original article
Hit count: 231
Need to have the server make a POST to an API, how do I add POST values to a WebRequest object and how do I send it and get the response (it will be a string) out?
© Stack Overflow or respective owner