Skip to content

Commit 42628e3

Browse files
Merge pull request #234028 from Yunus-MSFT/docs-editor/http-response-codes-1681185825
Update http-response-codes.md
2 parents 1009946 + 87b93bf commit 42628e3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,15 @@ For cases when mutual authentication is configured, several scenarios can lead t
7272
- OCSP Client Revocation check is enabled, but OCSP responder isn't provided in the certificate.
7373

7474
For more information about troubleshooting mutual authentication, see [Error code troubleshooting](mutual-authentication-troubleshooting.md#solution-2).
75+
#### 401 – Unauthorized
7576

76-
#### 403 – Forbidden
77+
An HTTP 401 unauthorized response can be returned when backend pool is configured with [NTLM](/windows/win32/secauthn/microsoft-ntlm?redirectedfrom=MSDN) authentication.
78+
There are several ways to resolve this:
79+
- Allow anonymous access on backend pool.
80+
- Configure the probe to send the request to another “fake” site that doesn’t require NTLM.
81+
- Not recommended, as this will not tell us if the actual site behind the application gateway is active or not.
82+
- Configure application gateway to allow 401 responses as valid for the probes: [Probe matching conditions](/azure/application-gateway/application-gateway-probe-overview).
83+
#### 403 – Forbidden
7784

7885
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 is presented a 403 forbidden response.
7986

@@ -120,3 +127,7 @@ Azure application Gateway V2 SKU sent HTTP 504 errors if the backend response ti
120127
## Next steps
121128

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

0 commit comments

Comments
 (0)