We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: