Results 1 to 3 of 3

Thread: [RESOLVED] [2005] WebBrowser Url

Threaded View

  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...

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