Results 1 to 3 of 3

Thread: [RESOLVED] [2005] WebBrowser Url

  1. #1

    Thread Starter
    Addicted Member Phreak's Avatar
    Join Date
    Oct 2005
    Location
    Netherlands
    Posts
    132

    Resolved [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 ).. 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 .. 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
    Last edited by Phreak; Sep 12th, 2008 at 07:20 AM.
    If i gave you good code/help, then dont forget to RATE
    Dont forget to mark your thread [Resolved] with the tools from the menu above...

  2. #2

    Thread Starter
    Addicted Member Phreak's Avatar
    Join Date
    Oct 2005
    Location
    Netherlands
    Posts
    132

    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 !
    If i gave you good code/help, then dont forget to RATE
    Dont forget to mark your thread [Resolved] with the tools from the menu above...

  3. #3
    Lively Member
    Join Date
    Aug 2008
    Posts
    75

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width