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

Support reading request body #748

Open
OrKoN opened this issue Jul 16, 2024 · 0 comments
Open

Support reading request body #748

OrKoN opened this issue Jul 16, 2024 · 0 comments
Labels
needs-discussion Issues to be discussed by the working group

Comments

@OrKoN
Copy link
Contributor

OrKoN commented Jul 16, 2024

Related to #747 but for network requests: there should be a way to read the body content of the outgoing requests.

In Puppeteer, the data is exposed via https://pptr.dev/api/puppeteer.httprequest.postdata although there is a more structured interface in CDP postDataEntries https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Request that splits request data into parts.

It would be useful to support reading request data using WebDriver BiDi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-discussion Issues to be discussed by the working group
Projects
None yet
Development

No branches or pull requests

1 participant