Intercepted POST request body not showing #215
Unanswered
anatolykopyl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I send the following request I see in normal chrome devtools that it has a body containing an array called
waveformand a binary file. But when I intercept it there is no body at all shown in tamper dev.How do I access the request body when I intercept it?
Request copied as node fetch from devtools network tab:
Form data attached to request:
Beta Was this translation helpful? Give feedback.
All reactions