Skip to content

Commit b383d40

Browse files
authored
Enhance troubleshooting for 4xx errors with backend connections
Added troubleshooting guidance for 4xx errors when using Dedicated Backend Connections, including SPN configuration and backend server log review. Signed-off-by: MJyot <[email protected]>
1 parent 3ece0fe commit b383d40

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

articles/application-gateway/configuration-http-settings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@ This capability establishes direct, one-to-one mapping between frontend and back
188188
>
189189
>Dedicated Backend connection is not supported with HTTP/2.
190190
191+
**Troubleshooting 4xx Errors with Dedicated Backend Connections**
192+
193+
When Dedicated Backend Connections is enabled for a backend setting, and the backend application returns 4xx status codes, use the following guidance to diagnose and resolve the issue.
194+
195+
**Verify Service Principal Name (SPN) Configuration**-Authentication mechanisms such as NTLM and Kerberos require correctly registered Service Principal Names .Ensure that SPNs are properly configured and unique in the directory to allow successful authentication.For additional details , see the [Kerberos documentation.]( /windows/win32/ad/mutual-authentication-using-kerberos)
196+
197+
**Review Backend Server Logs for Sub‑Status Codes**-Application Gateway surfaces only the primary HTTP status (for example, 401 Unauthorized). To identify the underlying cause, review the backend server logs for more detailed sub‑status information.For guidance refer to the [Windows Authentication configuration.](/iis/configuration/system.webserver/security/authentication/windowsauthentication/#remarks)
198+
199+
191200
## [Backend Settings](#tab/backendsettings)
192201

193202
### Port

0 commit comments

Comments
 (0)