Consentboost Runtime Demo
Diese Startseite ist nur ein technischer Einstiegspunkt fuer die lokale WAMP-Entwicklung. Runtime, API und spaetere Admin-App bleiben bewusst getrennt.
Systemdiagnose
{
"env": "production",
"debug": false,
"data_source": "database",
"host": "www.consentboost.com",
"host_role": "www",
"path": "/sitemap.xml",
"allowed_host": true,
"base_urls": {
"www": "https://www.consentboost.com",
"cdn": "https://cdn.consentboost.com",
"api": "https://api.consentboost.com",
"app": "https://app.consentboost.com",
"status": "https://status.consentboost.com"
},
"config_source": "server-env"
}
Host-Rollen
Dieselbe Codebasis unterscheidet bereits zwischen www, api, cdn und app. Die Rolle wird ueber den aktuellen Host bestimmt.
Cross-Domain-Demo
Aktueller Host: www.consentboost.com.
Das One-Script-Embed dekoriert Links innerhalb desselben Consent-Scopes automatisch mit der aktuellen
consent_uid, sobald ein Consent gespeichert wurde.
Einbaucode
<script id="Consentboost" src="https://cdn.consentboost.com/loader.js" data-consentboost-embed="true" data-api-base="https://api.consentboost.com" data-cdn-base="https://cdn.consentboost.com" data-current-host="www.consentboost.com" data-locale="auto"></script>