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