hclcnx/customizer

Customizer Proxy does not forward request body from POST Requests

Opened this issue · 0 comments

If you send a POST Request, the payload is not forwarded through the proxy.
So you cannot send a simple JSON to your APIs.

req.body will always be "undefined".