Re: CORS and 304

On Wed, Apr 8, 2015 at 5:30 AM, Mark Nottingham <mnot@mnot.net> wrote:
> 304 is applied to the response in "HTTP network or cache fetch," but you don't allow for the handling of conditional requests there (which all browsers do implement).
>
> I'd be happy to work on some proposals to fix that, if you're amenable.

Sure. It seems to me though that if it's not in the cache you make
network fetch and only then can you handle 304. But I guess that could
be more tightly coupled than say, redirects, although it seems
somewhat odd.


> Not sure what's new here — every browser I tested passed the core of that suite.

Well that certainly argues for changing the specification. Is there
overlap in the tests they don't pass?


-- 
https://annevankesteren.nl/

Received on Wednesday, 8 April 2015 04:34:17 UTC