Skip to content

Commit cc1d8f9

Browse files
committed
Implemented tech review comments, US-1890458
1 parent a288e60 commit cc1d8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/transform-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: danlep
1212

1313
# Tutorial: Transform and protect your API
1414

15-
In this tutorial, you'll learn how to transform your API so it doesn't reveal private backend info. Transforming an API might help you hide the technology stack info that's running in the backend. It also helps you hide the original URLs that appear in the body of the API's HTTP response. And then, redirect the URLs to an API Management gateway.
15+
In this tutorial, you'll learn how to transform your API so it doesn't reveal private backend info. Transforming an API might help you hide the technology stack info that's running in the backend. It also helps you hide the original URLs that appear in the body of the API's HTTP response.
1616

1717
The tutorial also explains how to add protection to your backend API by configuring a rate limit with Azure API Management. You might want to limit the rate of API calls so the API isn't overused by developers. For more information, see [API Management policies](api-management-policies.md).
1818

@@ -38,7 +38,7 @@ In this tutorial, you learn how to:
3838

3939
## Transform an API to strip response headers
4040

41-
This section shows how to hide the HTTP headers that you don't want to show to your users. And this section explains how to delete the following headers in the HTTP response:
41+
This section shows how to hide the HTTP headers that you don't want to show to your users. For example, delete the following headers in the HTTP response:
4242

4343
* **X-Powered-By**
4444
* **X-AspNet-Version**

0 commit comments

Comments
 (0)