Skip to content

Commit 4183f80

Browse files
committed
fix alt text
1 parent 17aebbe commit 4183f80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ When your ARR server routes a request to a back-end server that's on a different
2828
2929
When your ARR server routes a request to a back-end server on the same network, the ARR server can reach the backend server directly. For example:
3030

31-
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/normal-network-layout.png" alt-text="Network diagram of the typical ARR and back-end server configuration on the same network":::
31+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/normal-network-layout.png" alt-text="Network diagram of the typical ARR and back-end server configuration when on the same network":::
3232

3333
However, if your back-end server is on a different network than your ARR server, your ARR server might route requests to the back-end server through a proxy server. For example:
3434

35-
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/proxy-network-layout.png" alt-text="Network diagram of the typical ARR and back-end server configuration on the same network":::
35+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/proxy-network-layout.png" alt-text="Network diagram of the ARR and back-end server configuration when on a different network, using a proxy server to transit request between networks":::
3636

3737
When your ARR server routes a request through a proxy server, the proxy server can reject the request if it uses a relative URL. For example:
3838

0 commit comments

Comments
 (0)