Preflight Web Vitals ingest
/ingest/web-vitals
const url = 'https://hitkeep.com/ingest/web-vitals';const options = {method: 'OPTIONS'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request OPTIONS \ --url https://hitkeep.com/ingest/web-vitalsCORS preflight for Web Vitals ingest.
Responses
Section titled “ Responses ”Preflight response