starigen/static edge: eu-fra

Static asset delivery

This host serves versioned, immutable static assets — stylesheets, scripts, icons and images — for Starigen services. It holds no application logic and no user data.

checking endpoint…

Served paths

PathContentCache-Control
/assets/css/Stylesheetsmax-age=31536000, immutable
/assets/js/Scriptsmax-age=31536000, immutable
/assets/img/Icons & imagesmax-age=31536000, immutable
/favicon.svgSite iconmax-age=604800
/healthLiveness probeno-store

Usage

Reference assets by their full path. Files under /assets/ are content-addressed and never change in place, so they are safe to cache indefinitely.

<link rel="stylesheet" href="https://cdn.starigen.com/assets/base.css">
<script src="https://cdn.starigen.com/assets/js/app.js" defer></script>

Cross-origin requests are permitted for asset paths. HTTP/2 and TLS 1.3 are enabled; HTTP requests are served directly.

Notes