Question I want my WPF program uses user's cookie

stringusername

New member
Joined
Dec 17, 2018
Messages
1
Programming Experience
1-3
so basically I want my 3rd party program (which will be created using c# on WPF) be an interface between the user and that site. Using WebBrowser class I wanna load the login page and after the user logged in(and passed CAPTCHA), he/she will fill some fields in the program, and the program will use those data to fill the website fields.
after the user logged in to that website how can my program use his/her cookies to be able to access his/her profile to fill its fields?
 
Last edited:
Back
Top Bottom