Open nothrem opened 9 years ago
When I include a couple of images in a simple HTML page - I see that these image requests do not contain the new cookie. They do so only on reload. So - yes - this is to confirm that until HTML is parsed, cookie headers are not sent with image requests.
Browsers (tested in FF41 and IE11; Chrome already support Client Hints) does not send new cookies created while parsing HTML until the HTML is fully processed.
When new cookies become included in requests:
You would need to reload the page after creating new cookie to force all requests to send it.