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