Skip to content

Commit 3d190d2

Browse files
committed
Learn Editor: Update http-response-codes.md
1 parent 4503146 commit 3d190d2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/application-gateway/http-response-codes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,14 @@ For cases when mutual authentication is configured, several scenarios can lead t
5555
- OCSP Client Revocation check is enabled, but OCSP responder isn't provided in the certificate.
5656

5757
For more information about troubleshooting mutual authentication, see [Error code troubleshooting](mutual-authentication-troubleshooting.md#solution-2).
58-
58+
#### 401 – Unauthorized
59+
60+
An HTTP 401 unauthorized response can be returned when backend pool is configured with [NTLM](/windows/win32/secauthn/microsoft-ntlm?redirectedfrom=MSDN) authentication.
61+
There are several ways to resolve this:
62+
- Allow anonymous access on backend pool.
63+
- or configure the probe to send the request to another “fake” site that doesn’t require NTLM.
64+
- Not recommend, as this will not tell us if the actual site behind the Application Gateway is active or not.
65+
- or configure Application gateway to allow 401 responses as valid for the probes: [Probe matching conditions](/azure/application-gateway/application-gateway-probe-overview).
5966
#### 403 – Forbidden
6067

6168
HTTP 403 Forbidden is presented when customers are utilizing WAF skus and have WAF configured in Prevention mode. If enabled WAF rulesets or custom deny WAF rules match the characteristics of an inbound request, the client will be presented a 403 forbidden response.
@@ -103,3 +110,4 @@ HTTP 504 errors are presented if a request is sent to application gateways using
103110
## Next steps
104111

105112
If the information in this article doesn't help to resolve the issue, [submit a support ticket](https://azure.microsoft.com/support/options/).
113+

0 commit comments

Comments
 (0)