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 put together a little example that fails with Error: parser error, 2 of 135 bytes parsed at IncomingForm.write but I don't see why. I thought it had to do with the unprefixed boundary value that the request module uses but that does not seem to be the case.
The following command lets me record the request which looks okay: sudo tcpflow -i lo -c '(dst or src host 127.0.0.1) and (src or dst port 1234)'
Hey there,
I put together a little example that fails with
Error: parser error, 2 of 135 bytes parsed at IncomingForm.write
but I don't see why. I thought it had to do with the unprefixed boundary value that the request module uses but that does not seem to be the case.The following command lets me record the request which looks okay:
sudo tcpflow -i lo -c '(dst or src host 127.0.0.1) and (src or dst port 1234)'
The example is at https://gist.github.com/b6000d5777d28f9992ac .
The text was updated successfully, but these errors were encountered: