Are cookies sent with image requests?

cookies, image, request

Solution

Yes. HTTP doesn't distinguish between one kind of resource or another (image vs html).

Problem

If I have a site (e.g. foo.com) and on the home page of foo.com, there is an image request where the src=bar.com..., will the cookies on the bar.com domain be sent to the bar.com servers?

Original source