[..]
Workarounds for application and Web site developers
URLs that are opened by objects that call WinInet or Urlmon functions
For objects that use an HTTP or an HTTPS
URL that includes user information when they call a WinInet or Urlmon function such as InternetOpenURL, rewrite the object to use one of the following methods to send user information to the Web site:
Use the InternetSetOption function and include the following option flags:
INTERNET_OPTION_USERNAME
INTERNET_OPTION_PASSWORD
For additional information about how to use the InternetSetOption function, visit the following Microsoft Web site:
http://msdn.microsoft.com/library/en...tsetoption.asp
Use the
IAuthenticate Interface. For additional information about how to use the IAuthenticate Interface, visit the following Microsoft Web site:
http://msdn.microsoft.com/workshop/n...thenticate.asp
URLs that are opened by a script that uses credentials for state management
[..]