POST to SSL web page from a win forms app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to write a windows forms app that will automatically sign a user
into a website that uses SSL and then using data from a database, submit this
data to the website from the windows app, rather than the form on the web
page.

I am unsure where to start looking for information regarding posting data to
a web page from a windows form application. I have searched the internet and
have pretty much drawn a blank.

Is anybody aware that this is possible? Also is it possible to achieve this
without knowing what is going on at the server end, as I am not the
administrator of the website.

Thanks for any help
 
Cor,

Thanks for the help, I had a look at the HTTPWebRequest class this
afternoon, and setup a test site to try some test posts. I managed to get
part of the application working but not all of it.

I have done some further digging and found out that the site I would be
posting to has a web service to perform the same function!

I have opted for the web service route :o)

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top