Good day,
I'm checking the new V3 and i can't receive HTTP POST from an other device with http receiver.
The exact same setting is working with core 2.8.6.
basically i'm trying to send http post from Node-Red.
with the following code;
msg.payload = "testpara=22";
msg.headers = {'content-type':'application/x-www-form-urlencoded'};
return msg;
trough the http request node in POST on the mango server address.
I receive it in Mango 2.8.6 but not in 3.0.1. with the receivers set up in the exact same settings.
In 2.8.6 :
In 3.0.1 it doesn't receive anything.
Any clue ?