Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor giedi1's Avatar
    Join Date
    Jul 2007
    Posts
    139
    hello

    I am using code below to launch webbrowsertask:

    Code:
    WebBrowserTask wbt = new WebBrowserTask();
    wbt.Uri = new Uri("https://user:pass@www.address.com/script.php");
    wbt.Show();
    Is there any problem for wp7 browser to handle user and password in link?

    when I pass only https://www.address.com/script.php browser is started but user and password is required.

    Is there any other way to pass user and password to webbrowsertask?

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Does it work if you launch the browser manually and type this kind of address? At least it may have problems with desktop IE: http://support.microsoft.com/kb/834489 (I can not decode its validity, since it seems to be an old article, but with recent maintenance)

  3. #3
    Nokia Developer Moderator joaocardoso's Avatar
    Join Date
    Feb 2011
    Location
    Portugal
    Posts
    512
    Quote Originally Posted by giedi1 View Post
    hello

    I am using code below to launch webbrowsertask:

    Code:
    WebBrowserTask wbt = new WebBrowserTask();
    wbt.Uri = new Uri("https://user:pass@www.address.com/script.php");
    wbt.Show();
    Is there any problem for wp7 browser to handle user and password in link?

    when I pass only https://www.address.com/script.php browser is started but user and password is required.

    Is there any other way to pass user and password to webbrowsertask?
    As far as I know since IE6 that Internet Explorer does not support sending user name information on the requested address. It was possible before a security update but after 832894 was applied it was no longer possible.

    I'm unaware of it being enabled again, so I suppose its not supported.
    Cheers

    João Cardoso

  4. #4
    Regular Contributor giedi1's Avatar
    Join Date
    Jul 2007
    Posts
    139
    thanks for your response

  5. #5
    Registered User adiso's Avatar
    Join Date
    Dec 2011
    Posts
    1
    Does script.php is a custom login page ? Or the web server uses basic authentication ?

    In one of my apps I have to send the username and password like this
    Code:
    https://www.address.com/script.php?user=ssssss&paswword=3ccccccc
    New depends of requirements...

Similar Threads

  1. How to authenticate user name and password?
    By aamitgupta in forum Symbian C++
    Replies: 2
    Last Post: 2008-10-04, 08:57
  2. Password protected folders given by user
    By Prexa in forum Symbian C++
    Replies: 7
    Last Post: 2008-06-21, 12:06
  3. User Password Settings - Need help ...
    By cbrueckner in forum Symbian User Interface
    Replies: 2
    Last Post: 2007-01-03, 04:22
  4. User and Password
    By decisor in forum Mobile Java General
    Replies: 1
    Last Post: 2006-09-06, 23:52
  5. wapforum.org user name and password
    By kellybock in forum Mobile Web Site Development
    Replies: 0
    Last Post: 2003-12-03, 08:06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved