This page was served with real HTTP status code 208.
fetch("/statuscode?q=208").then(res => { if (res.status === 208) { console.log("Handle Already Reported"); } });
Use this command to simulate this status code from your terminal:
curl "/statuscode?q=208"