What I want to do is, login to a website. I have the following url
Which works in IE / FireFox.. (replace username and password with eh working one ofcCode:https://service.xs4all.nl/?authuser=USERNAME&authpass=PASSWORD).. So now im logged in...
Next thing to do is, navigate to this url:
The above url should add a subdomain to my website. This also works in IE/FFCode:https://service.xs4all.nl/?mod=dns&mod=domain&mod=host&domain=website.eu&ipversion=4&host=ftp&ip=12.345.678.90&actie=update
Now I want to automate it in vb.net with the browser control. Which is ezmode.. But I got some error..
When I navigate my vb webbrowser to the first url, everything is fine. It say logged in etc. But when I navigate to the second url, it asks me to login again. This is strange because in IE/FF this works !![]()
I think the webbrowser isnt saving my cookies or something like that... Because when I change my IE settings to 'Dont allow cookies' it gives the same error in IE..
Help plx![]()




).. So now im logged in...
Reply With Quote