Nils Dickner
Results
1
comments of
Nils Dickner
I looked at this issue [node-http-proxy](https://github.com/http-party/node-http-proxy/issues/180). Found it quite similar to this issue. Try this ``` onProxyReq: (proxyReq, req, res) => { const contentType = proxyReq.getHeader('Content-Type'); let bodyData; if (contentType...