Skip to content

Commit f62d6db

Browse files
authored
remove Postman from article
1 parent 7b7f819 commit f62d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)