A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Table of Contents

About

The HTTP If-Range request header makes a range request conditional; if the condition is fulfilled, a range request is issued, and the server sends back a 206 Partial Content response with part(s) of the resource in the body; if the condition is not fulfilled, the full resource is sent back with a 200 OK status1.

Anki

References


  1. MDN. “If-Range header”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/If-Range. (Accessed: [2025-05-18 Sun 15:46]). ↩︎

Related Posts