Simple CDN implementation in OutSystems.
Useful for serving static resources such as images and documents efficiently directly from the OutSystems database, using browser caching.
Uses ETags and Cache-Control headers for optimal performance (caching the content in the browser).
Provides the following server actions:
Note: This application has no actual UI. It is a Traditional web app in order to be able to serve the CDN resources with Cache-Control headers.
For screens managing the MiniCDN, take a look at the Demo (Reactive).