You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to intercept outgoing POST network requests from a third-party analytics company only I am unable to get the raw request data because the request.postDataBuffer-method always returns null in this case
The text was updated successfully, but these errors were encountered:
Context:
System:
Binaries:
Languages:
Code Snippet
See repro in this repository:
https://github.com/weyert/playwright-request-data-bug
Describe the bug
I am trying to intercept outgoing POST network requests from a third-party analytics company only I am unable to get the raw request data because the
request.postDataBuffer
-method always returnsnull
in this caseThe text was updated successfully, but these errors were encountered: