Community discussion forum

webbrowser.navigate2 supplying user and pwd info

  • 6 months ago

    Dear all,

    i have an application which accesses website using :-

     
    my problem is this works on 2 out of 3 websites which i access, the website which doesn't work has a username in the following format "aa/bb/12345" thus the url would look somthing like
     
     
    is it the / in the username which is causing me problems ??
     
    anything i can do to get the autologin to work ??
     
    thanks in advance
     
    Ian
  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 months ago

    SORTED.

    was being a prat, the "/" is a reserved character so had to replace with escape character %2F.

     

Post a reply

Enter your message below

Sign in or Join us (it's free).