[RESOLVED] [2005] WebBrowser Url
What I want to do is, login to a website. I have the following url
Code:
https://service.xs4all.nl/?authuser=USERNAME&authpass=PASSWORD
Which works in IE / FireFox.. (replace username and password with eh working one ofc :lol: ).. So now im logged in...
Next thing to do is, navigate to this url:
Code:
https://service.xs4all.nl/?mod=dns&mod=domain&mod=host&domain=website.eu&ipversion=4&host=ftp&ip=12.345.678.90&actie=update
The above url should add a subdomain to my website. This also works in IE/FF
Now I want to automate it in vb.net with the browser control. Which is ezmode :lol: .. 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 ! :eek2:
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 :p
Re: [2005] WebBrowser Url
Ok ehm.. I knew that the control was a simplified version
of IE. So I changed the security settings etc..
But it still didnt work, I rebooted. And now it works ! :)
Re: [RESOLVED] [2005] WebBrowser Url
Can you please be more specific on the fix because im haveing the same problem...
what settings and where?
and reboot computer or VB?
thankyou