2xx SuccessHTTP Status Code Reference

HTTP 226 IM Used— What It Means, Causes & How to Fix It

The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance. Used with delta encoding.

Live URL Status Checker

Enter any URL to see its real HTTP response code

Common Causes

  • Delta encoding applied to reduce bandwidth
  • Instance manipulation via If-Modified-Since with IM header
  • Server applying feed differences for efficient sync

How to Fix

  1. 1No fix needed — delta encoding is working correctly
  2. 2Ensure client can reconstruct the full resource from the delta
  3. 3Verify the IM header specifies a supported manipulation

Example

HTTP 226 IM Used
GET /feed HTTP/1.1
A-IM: feed
If-None-Match: "abc"

→ 226 IM Used
→ Only the changes since version "abc"

Related Success Codes

Commonly Referenced Status Codes

The most frequently searched HTTP status codes

Related Tools