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 need to change the filename in multipart form-data request in the proxy. The moment, I simply add: parseReqBody=true it fails with error:
'Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ClientRequest.setHeader (_http_outgoing.js:518:11)'
I need that to be true in order to change bodycontent in proxyReqBodyDecorator. If I set parseReqBody=false it does not error 'ERR_HTTP_HEADERS_SENT' but bodycontent is empty.
The text was updated successfully, but these errors were encountered:
I need to change the filename in multipart form-data request in the proxy. The moment, I simply add: parseReqBody=true it fails with error:
'Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ClientRequest.setHeader (_http_outgoing.js:518:11)'
I need that to be true in order to change bodycontent in proxyReqBodyDecorator. If I set parseReqBody=false it does not error 'ERR_HTTP_HEADERS_SENT' but bodycontent is empty.
The text was updated successfully, but these errors were encountered: