Skip to content

Commit

Permalink
Fixing ASP.NET Typo (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingwithcookie authored and Mike Wasson committed Feb 26, 2018
1 parent cc5d1fd commit 91e0875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you deliver static assets such as font files by using the CDN, you might enco

* Configure the CDN to add CORS headers to the responses. For more information, see [Using Azure CDN with CORS](/azure/cdn/cdn-cors).
* If the origin is Azure blob storage, add CORS rules to the storage endpoint. For more information, see [Cross-Origin Resource Sharing (CORS) Support for the Azure Storage Services](http://msdn.microsoft.com/library/azure/dn535601.aspx).
* Configure the application to set the CORS headers. For example, see [Enabling Cross-Origin Requests (CORS)](/aspnet/core/security/cors) in the ASp.NET Core documentation.
* Configure the application to set the CORS headers. For example, see [Enabling Cross-Origin Requests (CORS)](/aspnet/core/security/cors) in the ASP.NET Core documentation.

### CDN fallback
Consider how your application will cope with a failure or temporary unavailability of the CDN. Client applications may be able to use copies of the resources that were cached locally (on the client) during previous requests, or you can include code that detects failure and instead requests resources from the origin (the application folder or Azure blob container that holds the resources) if the CDN is unavailable.

0 comments on commit 91e0875

Please sign in to comment.