Skip to content

Commit 4336ba2

Browse files
Merge pull request #288506 from duongau/patch-7
CDN - Manage expiration of cloud service and blob content (remove Postman from article)
2 parents bb3e25b + b8b0323 commit 4336ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cdn/cdn-manage-expiration-of-blob-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can use the [Azure Storage services REST API](/rest/api/storageservices/) to
171171

172172
## Testing the Cache-Control header
173173

174-
You can easily verify the TTL settings of your blobs. With your browser's developer tools, test that your blob includes the `Cache-Control` response header. You can also use a tool such as [Wget](https://www.gnu.org/software/wget/), [Postman](https://www.getpostman.com/), or [Fiddler](https://www.telerik.com/fiddler) to examine the response headers.
174+
You can easily verify the TTL settings of your blobs. With your browser's developer tools, test that your blob includes the `Cache-Control` response header. You can also use a tool such as [Wget](https://www.gnu.org/software/wget/) or [Fiddler](https://www.telerik.com/fiddler) to examine the response headers.
175175

176176
## Next Steps
177177

articles/cdn/cdn-manage-expiration-of-cloud-service-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Response.Cache.SetLastModified(DateTime.Now);
129129

130130
## Testing the Cache-Control header
131131

132-
You can easily verify the TTL settings of your web content. With your browser's developer tools, test that your web content includes the `Cache-Control` response header. You can also use a tool such as **wget**, [Postman](https://www.getpostman.com/), or [Fiddler](https://www.telerik.com/fiddler) to examine the response headers.
132+
You can easily verify the TTL settings of your web content. With your browser's developer tools, test that your web content includes the `Cache-Control` response header. You can also use a tool such as **wget** or [Fiddler](https://www.telerik.com/fiddler) to examine the response headers.
133133

134134
## Next Steps
135135

0 commit comments

Comments
 (0)