Skip to content

Commit bdfd733

Browse files
authored
Merge pull request #7865 from mszixie/patch-25
AB#3129: Docs 2024 review: Update digest-authentication.md
2 parents 4b1f077 + 3a67aee commit bdfd733

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/developer/webapps/iis/www-authentication-authorization/digest-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
title: Digest authentication fails
33
description: This article provides workarounds for the problem where digest authentication fails when a client sends a request through a proxy to a site IIS using digest authentication.
4-
ms.date: 04/07/2020
4+
ms.date: 12/17/2024
55
ms.custom: sap:WWW Authentication and Authorization\Digest and advanced digest authentication
66
ms.reviewer: atsushin, bariscag
77
---
88
# IIS digest doesn't permit pass-though authentication of proxy requests
99

1010
This article helps you resolve the problem where digest authentication fails when a client sends a request through a proxy to a site and Microsoft Internet Information Services (IIS) uses digest authentication.
1111

12-
_Original product version:_   Internet Information Services 8.5, 8.0
12+
_Original product version:_   Internet Information Services
1313
_Original KB number:_   3050055
1414

1515
## Symptoms
1616

1717
Consider the following scenario:
1818

1919
- IIS is configured to use digest authentication.
20-
- The server receives a request with the via HyperText Transfer Protocol(HTTP) header. (This occurs if the client request is rerouted through a proxy.)
20+
- The server receives a request with the `Via` HyperText Transfer Protocol (HTTP) header. (This behavior occurs if the client request is rerouted through a proxy.)
2121
- The resource requested is protected by digest authentication.
2222
- A child request is created in the IIS pipeline. For example, a request is sent for a directory's default document, and the URL that is sent has a slash (/) as the last character.
2323

24-
In this scenario, digest authentication fails, and the server returns a 401 response.
24+
In this scenario, digest authentication fails and the server returns a 401 response.
2525

2626
## Cause
2727

0 commit comments

Comments
 (0)