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

Does getRequests() capture all the 'GET' calls in the network log? #545

Open
sumanthpfs opened this issue Apr 10, 2023 · 2 comments
Open
Labels

Comments

@sumanthpfs
Copy link

I don't see getRequests() returning certain endpoints that I see in Chrome devtools. Is this function designed to return all the network calls with a get method?

@tehhowch
Copy link
Contributor

The service will capture any requests (e.g. put / post / get) made using the window's fetch or XMLHttpRequest. If the page under observation caches the reference to those objects during load, any requests made through the cached objects cannot be observed.

Can you provide additional information about the requests being made that are not being captured?

@tehhowch
Copy link
Contributor

tehhowch commented Sep 5, 2023

Additionally, if the requests are due to native browser handling (e.g. loading the URL found in an <image>'s src attribute), those will not be captured either.

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

No branches or pull requests

2 participants