|
-
Aug 18th, 2012, 10:32 PM
#1
Thread Starter
Hyperactive Member
How to Login to a website without using webbrowser
Hi just wanna ask if i can get an element to the website and send data without using webbrowser control.
I dont want to have webbrowser in my form.
It will be possible.?
-
Aug 19th, 2012, 02:51 AM
#2
Re: How to Login to a website without using webbrowser
Yeah, I've done it many many times. Make an HTTPWebRequest and send the relevant POST data. You need a CookieContainer to store the session as well for after the POST data is sent for authentication.
<<<------------
.NET Programming (2012 - 2018)
®Crestron - DMC-T Certified Programmer | Software Developer <<<------------
-
Aug 19th, 2012, 05:26 AM
#3
Thread Starter
Hyperactive Member
Re: How to Login to a website without using webbrowser
ok thanks for the reply maybe i need to understand first the HTTPWebRequest.
-
Aug 19th, 2012, 10:08 AM
#4
Re: How to Login to a website without using webbrowser
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|