Skip to content

Commit 574e850

Browse files
committed
Learn Editor: Update http-response-codes.md
1 parent 2be730a commit 574e850

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ For more information about troubleshooting mutual authentication, see [Error cod
6060
An HTTP 401 unauthorized response can be returned when backend pool is configured with [NTLM](/windows/win32/secauthn/microsoft-ntlm?redirectedfrom=MSDN) authentication.
6161
There are several ways to resolve this:
6262
- 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).
66-
#### 403 – Forbidden
63+
- Configure the probe to send the request to another “fake” site that doesn’t require NTLM.
64+
- Not recommended, as this will not tell us if the actual site behind the application aateway is active or not.
65+
- Configure application gateway to allow 401 responses as valid for the probes: [Probe matching conditions](/azure/application-gateway/application-gateway-probe-overview).
66+
#### 403 – Forbidden
6767

6868
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.
6969

@@ -112,3 +112,4 @@ HTTP 504 errors are presented if a request is sent to application gateways using
112112
If the information in this article doesn't help to resolve the issue, [submit a support ticket](https://azure.microsoft.com/support/options/).
113113

114114

115+

0 commit comments

Comments
 (0)