HTTP 208 - Already Reported

This page was served with real HTTP status code 208.

📜 JavaScript Example

fetch("/statuscode?q=208").then(res => {
  if (res.status === 208) {
    console.log("Handle Already Reported");
  }
});

📡 cURL Request

Use this command to simulate this status code from your terminal:

curl "/statuscode?q=208"

← Back to full list