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