POST a form from a .NET Application
Posted
by Marlon
on Stack Overflow
See other posts from Stack Overflow
or by Marlon
Published on 2010-05-16T04:25:46Z
Indexed on
2010/05/16
4:50 UTC
Read the original article
Hit count: 193
I'm not familiar with http stuff, but how would I be able to submit data to a website? There is a submit button that I would like to "press" from a console app. This is not my own website.
This is part of the page source, not sure if it has any relevance:
<form action="rate.php" method="post">
I looked at the HttpWebRequest class but I am unfamiliar with what properties I need to fill in.
Sorry I'm so vague but I'm not familiar with http.
© Stack Overflow or respective owner