If-None-Match
does not work when W/
prefix is used or when quoted
#1722
Labels
If-None-Match
does not work when W/
prefix is used or when quoted
#1722
I expected that I would be able to pass the received
ETag
header value directly intoIf-None-Match
, and this is also described on MDN. However it only returns a304
when you send the hash itself.Side note: Maybe double check whether
User-Agent
validation is working, because I think these requests worked without me setting a user agent.The text was updated successfully, but these errors were encountered: