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.