POST from a submit button in C#

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:30 UTC
Read the original article Hit count: 212

Filed under:
|
|

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

Related posts about http

Related posts about c#