hello
I am using code below to launch webbrowsertask:
Is there any problem for wp7 browser to handle user and password in link?Code:WebBrowserTask wbt = new WebBrowserTask(); wbt.Uri = new Uri("https://user:pass@www.address.com/script.php"); wbt.Show();
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?

Reply With Quote


