You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/transform-api.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ ms.author: danlep
12
12
13
13
# Tutorial: Transform and protect your API
14
14
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 to hide the technology stack info that is running in the backend. You can also hide the original URLs that appear in the body of the API's HTTP response. And then, you could redirect them 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. And then, redirect the URLs to an API Management gateway.
16
16
17
-
The tutorial also explains how to add protection to your backend API by configuring a rate limit with Azure API Management. You may 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).
17
+
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).
18
18
19
19
In this tutorial, you learn how to:
20
20
@@ -38,7 +38,7 @@ In this tutorial, you learn how to:
38
38
39
39
## Transform an API to strip response headers
40
40
41
-
This section shows how to hide the HTTP headers that you don't want to show to your users. The section also 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. And this section explains how to delete the following headers in the HTTP response:
42
42
43
43
***X-Powered-By**
44
44
***X-AspNet-Version**
@@ -118,7 +118,7 @@ To see the original response:
118
118
119
119
## Protect an API by adding rate limit policy (throttling)
120
120
121
-
This section shows how to add protection to your backend API by configuring rate limits. You may also want to limit the rate of API calls so that the API isn't overused by developers. In this example, the limit is set to three calls per 15 seconds for each subscription ID. After 15 seconds, a developer can retry calling an API.
121
+
This section shows how to add protection to your backend API by configuring rate limits. You might also want to limit the rate of API calls so that the API isn't overused by developers. In this example, the limit is set to three calls per 15 seconds for each subscription ID. After 15 seconds, a developer can retry calling an API.
0 commit comments