hclcnx / customizer

App Dev Resources for HCL Connections Customizer
https://opencode4connections.org/
15 stars 28 forks source link

Customizer Proxy does not forward request body from POST Requests #39

Open ChristianLuxem opened 5 years ago

ChristianLuxem commented 5 years ago

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".