posting data to a site in C#
Posted
by Michel
on Stack Overflow
See other posts from Stack Overflow
or by Michel
Published on 2010-05-21T15:35:28Z
Indexed on
2010/05/21
15:40 UTC
Read the original article
Hit count: 214
i'm flabbergasted,
i've looked at almost every example, but it just doesn't work (the other party says they don't receive my data in the request parameter)
I want to do this in code (send some xml data (without the xml declaration) to a uri):
<form method="post" action="http://http://100.100.100.100:11111/getinfo">
<input type="text" value="<ps:Balance>100</ps:Balance>" name="request" id="request">
<br><br>
<input type="submit" value="go">
</form>
© Stack Overflow or respective owner