HTTP 226 - IM Used

This page was served with real HTTP status code 226.

📜 JavaScript Example

fetch("/statuscode?q=226").then(res => {
  if (res.status === 226) {
    console.log("Handle IM Used");
  }
});

📡 cURL Request

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

curl "/statuscode?q=226"

← Back to full list