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