Welcome! Log In Create A New Profile

Advanced

RE: HTTP conditional GET

Hendrik Hardeman
August 01, 2009 09:39AM
>From http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

"
The semantics of the GET method change to a "conditional GET" if the request message includes an If-Modified-Since, If-Unmodified-Since, If-Match, If-None-Match, or If-Range header field. A conditional GET method requests that the entity be transferred only under the circumstances described by the conditional header field(s). The conditional GET method is intended to reduce unnecessary network usage by allowing cached entities to be refreshed without requiring multiple requests or transferring data already held by the client.
"
>From Nginx Wiki (directive in HTTP Core):



"

if_modified_since

syntax: if_modified_since [off|exact|before]

default: if_modified_since exact

context: http, server, location

The directive (0.7.24) defines how to compare time of file modification and time in request header "If-Modified-Since":


off
Subject Author Posted

HTTP conditional GET

Meng August 01, 2009 09:11AM

RE: HTTP conditional GET

Hendrik Hardeman August 01, 2009 09:39AM

Re: HTTP conditional GET

Igor Sysoev August 01, 2009 11:29AM

Re: HTTP conditional GET

Igor Sysoev August 01, 2009 11:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 159
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready