Closed
Description
POST request body is not proxied to the servers. Maybe the same problem as chimurai/http-proxy-middleware#40
- Web Browser: chrome 86
- Local OS: macOS 10.13
- Remote OS: docker
code-server --version
: 3.7.4
- start a server in code-server terminal
- post to server without header 'application/json' by proxy, the server receive body
- post to server with header 'application/json' by proxy, the server can not receive body