Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netify not logging requests inside iframes? #17

Open
manciuszz opened this issue Jul 25, 2021 · 2 comments
Open

Netify not logging requests inside iframes? #17

manciuszz opened this issue Jul 25, 2021 · 2 comments

Comments

@manciuszz
Copy link

manciuszz commented Jul 25, 2021

It seems like the extension is able to only log requests from the "top" context?

Furthermore, cached requests are also not picked up.

@vladlavrik
Copy link
Owner

I just checked. Netify also intercepts requests from any iframes inside.

Please note that if your frame is on a domain other than the host (top) page, you need to specify the value of the "Url" field in the "Request filter" line including protocol and hostname of the iframe .
Perhaps the reason was this.

Unfortunately it is impossible to intercept cached requests at the protocol level.
But you can get around this by checking the "Disable cache" checkbox in the "Network" panel

@cacosub7
Copy link

I wonder if this interceptor can intercept requests/response type of doc triggered by iframes?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants