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