jamesabc

Results 1 comments of jamesabc

I had this issue when adding a body to a request that was originally empty. Adding the missing header ```js proxyReqOpts.headers['Content-Type'] = 'application/json'; ``` in `proxyReqOptDecorator` was the solution