Skip to content

Commit d0ba992

Browse files
committed
proof
1 parent 3d6de45 commit d0ba992

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
4 Bytes
Loading
1.81 KB
Loading

articles/api-management/transform-api.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Transform and protect your API in Azure API Management
33
description: In this tutorial, you learn how to protect your API in API Management with transformation and throttling (rate-limiting) policies.
44

55
author: dlepow
6-
ms.service: api-management
6+
ms.service: azure-api-management
77
ms.custom: mvc, devdivchpfy22
88
ms.topic: tutorial
99
ms.date: 07/30/2024
@@ -16,7 +16,7 @@ ms.author: danlep
1616

1717
In this tutorial, you learn about configuring common [policies](api-management-howto-policies.md) to transform your API. You might want to transform your API so it doesn't reveal private backend info. Transforming an API can help you hide the technology stack info that's running in the backend, or hide the original URLs that appear in the body of the API's HTTP response.
1818

19-
This tutorial also explains how to add protection to your backend API by configuring a rate limit policy, so that the API isn't overused by developers. For more policy options, see [API Management policies](api-management-policies.md).
19+
This tutorial also explains how to protect your backend API by configuring a rate limit policy, so that the API isn't overused by developers. For more policy options, see [API Management policies](api-management-policies.md).
2020

2121
> [!NOTE]
2222
> By default, API Management configures a global [`forward-request`](forward-request-policy.md) policy. The `forward-request` policy is needed for the gateway to complete a request to a backend service.
@@ -181,7 +181,7 @@ The rest of this section tests policy transformations that you set in this artic
181181
1. Select **Demo Conference API** > **Test**.
182182
1. Select the **GetSpeakers** operation and select **Send**.
183183
184-
As you can see, the headers were stripped:
184+
As you can see, the **X-AspNet-Version** and **X-Powered-By** headers were removed:
185185
186186
:::image type="content" source="media/transform-api/stripped-response-headers.png" alt-text="Screenshot showing stripped response headers in the portal.":::
187187
@@ -205,7 +205,7 @@ The rest of this section tests policy transformations that you set in this artic
205205
206206
1. Wait for 15 seconds or more and then select **Send** again. This time you should get a **200 OK** response.
207207
208-
## Next steps
208+
## Summary
209209
210210
In this tutorial, you learned how to:
211211
@@ -216,6 +216,8 @@ In this tutorial, you learned how to:
216216
> * Protect an API by adding rate limit policy (throttling)
217217
> * Test the transformations
218218
219+
## Next steps
220+
219221
Advance to the next tutorial:
220222
221223
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)