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
-
When I send the following request I see in normal chrome devtools that it has a body containing an array called
waveform
and 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