Использую прокси для логгирования HTTP-запросов, т.е. прокси пропускает запрос без каких-либо изменений, дополнительно записывая его в файл. Пытаюсь открыть ASP страницу, требующую NTLM авторизации.
При работе через Firefox + прокси, все работает отлично, никаких проблем. При работе через Google Chrome+ прокси, все работает отлично, никаких проблем.
При работе через IE напрямую, БЕЗ рокси, также все работает.
При работе же через IE + прокси, NTLM аутентификация не проходит. При первом же запросе приходит сообщение вида:
| Код | You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. --------------------------------------------------------------------------------
Please try the following:
Contact the Web site administrator if you believe you should be able to view this directory or page. Click the Refresh button to try again with different credentials. HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration. Internet Information Services (IIS)
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Authentication, and About Custom Error Messages.
|
|