Skip to content

Commit eec7d17

Browse files
committed
fix typo
1 parent a6eb6a6 commit eec7d17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
---
@@ -17,11 +17,11 @@ _Original KB number:_   3050055
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 via the 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)