Dear all, I have created an HTTP post with the corresponding REACT to send various measurement data of a bee hive to beep.nl. Unfortunately, the data does not arrive there although I was able to successfully transmit data with Postman which was then also written to the database (JSON an also with X-WWW-FORM). I can't explain what content error I have in the body? Unfortunately, my knowledge of MATHLAB is not sufficient to create a post from this. Thanks a lot in advance regards Peter -------------------------------------------------- Name:Beute 2 API Key:52G8X93X1UTSHH6K URL:https://api.beep.nl/api/sensors?key=kptnnz7wrz3qy90c HTTP Auth Username: HTTP Auth Password: Method:POST Content Type:application/json HTTP Version:1.1 Host:api.beep.nl Headers: Body:{"weight_kg"=%%channel_1293353_field_6%%, "h"=%%channel_1293353_field_3%%, "t"=%%channel_1293353_field_1%%, "p"=%%channel_1293353_field_4%%, "t"=%%channel_1293353_field_2%%, t_i=%%channel_1293353_field_5%%} Parse String: Created:2021-10-16 4:50 am --------------------------------------------------------