Cached REST calls from inside iframes

Everything about using Adblock Plus on Google Chrome
Post Reply
aszmyd
Posts: 1
Joined: Wed May 27, 2020 9:50 am

Cached REST calls from inside iframes

Post by aszmyd »

Use case:
- When Chrome initializes multiple tabs (on startup) and these tabs contain iframes and inside these iframes an almost identical REST calls are being made (they differ only with Headers, URL is the same) it seems that other than "active" opened tab iframes gets results from the active opened tab.

This do not happens when AdBlock is disabled (it has to actually be disabled as extension, white listing page do not fix this).

It looks like if AdBlock somehow caches such inside-iframe requests but do not look if they differ with headers or not. Header difference is important because i.e. in our project user gets different REST response when sending different headers (i.e. Authorization header).

Are there any mechanisms in code that blocks/caches such inside iframe requests?

FWIW it does not happens (works as expected) when such requests are made without iframe involved.
Post Reply