Hi. I have simpe Apache server. I can make http get and write data from url to mysql.
But I can’t send data from TRB245. Message is empty I tried a lot of times. JSON and CUSTOM format but php script read only empty data. Works ok but if I use variable in server address input http://www.servername.com/myscript.php?data=value. I see value in $_GET array. But this is not what I want. I would like to read data from TRB and send it to server. Header Content-type: application/json or text/html not working, still empty data.
Any suggestions ?
Regards,
Mariusz