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

[Feature]: Add initiator to HAR recording #9237

Closed
ducalpha opened this issue Sep 30, 2021 · 4 comments
Closed

[Feature]: Add initiator to HAR recording #9237

ducalpha opened this issue Sep 30, 2021 · 4 comments

Comments

@ducalpha
Copy link

Feature request

Current HAR recording does not include _initator of HTTP requests. DevTools dump from UI contains this information. HTTPRequest with the initiator feature is now supported by Puppeteer.

@ducalpha ducalpha changed the title [Feature]: Add initiator to the HAR recording [Feature]: Add initiator to HAR recording Sep 30, 2021
@mxschmitt mxschmitt transferred this issue from microsoft/playwright-python Sep 30, 2021
@pavelfeldman
Copy link
Member

What is your use case for it?

@ducalpha
Copy link
Author

ducalpha commented Oct 1, 2021

I need the initiator information to analyze data traffic originated from different sources (e.g., which scripts) of a web page to identify data leakage (i.e., privacy & security issues) on websites. The initiator can also be used in other use cases such as web-page performance analysis and testing/debugging.

@stromnov
Copy link

It will also be very useful if initiator information is available from the request object.

@pavelfeldman
Copy link
Member

Why was this issue closed?

We are prioritizing the features based on the upvotes, recency and activity in the issue thread. It looks like this issue only has a handful of upvotes, has not been touched recently and/or we lack sufficient feedback to act on it. We are closing issues like this one to keep our bug database maintainable. Please feel free to open a new issue and link this one to it if you think this is a mistake.

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

No branches or pull requests

3 participants