Skip to content

Commit 2ce8f38

Browse files
committed
PR feedback
1 parent 90eff49 commit 2ce8f38

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Loading

support/developer/webapps/iis/application-request-routing/proxy-server-rejects-backend-requests.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot Proxy Server Rejects Requests from ARR to Backend Servers
2+
title: Troubleshoot Proxy Server Rejects Requests from ARR to Back-End Servers
33
description: Learn how to resolve issues that cause a proxy server to reject requests directed through it from your ARR to back-end servers.
44
ms.date: 09/30/2025
55
ms.custom: sap:Application Request and Routing (ARR)\Proxy
@@ -16,11 +16,10 @@ This article provides troubleshooting guidance for a scenario in which a proxy s
1616

1717
When your ARR server directs a request to your back-end server through a proxy server, the following events occur:
1818

19-
- The proxy server rejects the request.
20-
- The ARR server returns an `HTTP 400 Bad Request` status code.
21-
- The ARR server returns the following error message to the client server that initiated the request:
19+
- The proxy server rejects the request and returns an `HTTP 400 Bad Request` status code with an error message that the requested URL is invalid.
20+
- The ARR server returns an `HTTP 400 Bad Request` status code and the following error message to the client that initiated the request:
2221

23-
> Some aspect of the requested URL is incorrect.
22+
> Some aspect of the requested URL is incorrect.
2423
2524
## Cause
2625

0 commit comments

Comments
 (0)