WICG / turtledove

TURTLEDOVE

Home Page:https://wicg.github.io/turtledove/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP ETag on bidding logic fetch

tak30 opened this issue · comments

Hello,

While reading about bidding logic caching, I have seen that cache headers are respected by the browser.
Is the browser respecting also the ETag headers if we provide them for the bidding logic request?

Thanks!

Yes. The network requests go through the standard network-layer logic. Bidder logic scripts currently use the network partition for the bidder origin, to avoid leaking information about requests into the context of the page, but we will probably need to find a better way to handle partitioning, since we're still leaking information about the request to the bidder's 1P context.

Close this issue as it looks like the question was answered. Feel free to open another issue or reopen this one if further questions arise.

Also, @tak30, could you please add your affiliation to your GitHub profile?

Close this issue as it looks like the question was answered. Feel free to open another issue or reopen this one if further questions arise.

Also, @tak30, could you please add your affiliation to your GitHub profile?

Thanks and thanks @MattMenke2 for the answer