Assets
Special endpoint dedicated for static resources like css, js, images, fonts, etc.
Files are limited to specific extensions and are served from the application marked as UI or from the "system files".
Allowed extensions .css, .html, .js, .pdf, .json, .ico, .woff, .woff2, .ttf, .otf, .jpg, .png, .svg
Example
| HTTP | |
|---|---|
- Verify if the file
\css\site.cssexists in "system files" - If it exists, verify if the minified version
\css\site.min.cssis available. - Verify if the file
\css\site.cssexists in the first application marked as UI. - If it exists, check if the minified version
\css\site.min.cssis available.
Serve last found file.