I want to login to a web page, without using the Webbrowser control. Just connect to the website input the data in the correct fields and hit a button, but all behind the scenes. Is this possible?
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."
You'll have to use WebRequest or HttpWebRequest to send all the data. You'll first need to examine the page and look at the values that the target page is expecting. For example, it could be a username, a password and a few other tokens.
However just logging in to a website in and of itself makes no sense. What is the end-goal here?
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."
However just logging in to a website in and of itself makes no sense. What is the end-goal here?
The idea is to create a windows application of a website. First I need to login to the site. Then get the data from the source code to show up on the form, as well send data from the form to the site. But never show the actual site to the end user.
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."
Albert Einstein:
"Imagination is more important than knowledge."
"Everything should be made as simple as possible, but not simpler."
"Great spirits have often encountered violent opposition from weak minds."