Important: The hotfix described in this article has been superseded by the
813951 Critical Update.
For
additional information about this update, click the following article number to
view the article in the Microsoft Knowledge Base:
813951
(http://support.microsoft.com/kb/813951/EN-US/
)
You Cannot Access Your MSN E-mail Account or Authenticate with a Web Site in Various Programs
In a Web browser control host, when you initially navigate
to a secure URL through a proxy server that requires authentication, and if you
provide the authentication credentials through the IAuthenticate interface, you may receive a "Page Not Found" error message. Important Note:
This hotfix contains a bug that is addressed in the
following Microsoft Knowledge Base article: 813951 - BUG: Proxy Authentication
Through IAuthenticate May Fail on Secure URL.
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
The English version of this fix has the file
attributes (or later) that are listed in the following table. The dates and
times for these files are listed in coordinated universal time (UTC). When you
view the file information, it is converted to local time. To find the
difference between UTC and local time, use the Time Zone tab
in the Date and Time tool in Control Panel.
Date Time Version Size File name
---------------------------------------------------------
11-19-2002 23:22:38 6.0.2800.1139 483,328 Urlmon.dll
Create a test account name, and then create a password that
has permission to use the proxy server.
Create a Microsoft Foundation Classes (MFC) CHtmlView class application, and then implement the IAuthenticate and the IServiceProvider interfaces in a custom control site. The IServiceProvider interface permits the Web browser control to discover the IAuthenticate interface.
The following example code is specific to
Microsoft Foundation Classes 7.0:
Build and then test the project. You see that the page
cannot be found. If you modify the page so that it moves to a non-secure URL,
or if you visit the secure URL after you visit the non-secure URL, the move
succeeds.