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