Hi! I want to be able to login to a website using http request (webclient) but some hidden parameters from the login page are set using javascript when the login page is loaded. The only solution I see is to load the page in a web browser component first, save the cookies, scrape the code of the page for the parameters then use the cookies and the parameters to make the http post and login ... Can anyone show me how to do that?? And another thing: How do I save my cookies in a custom directory with a custom name (for every account that I use I want a cookie with a different name so the cookies do not overlap)?? Also, if anyone know of any other method to run the javascript of a page without using the web browser component please let me know...
Thank You!!
Thank You!!