HTTP event: how to escape double quote **solved**
Posted: Tue Oct 13, 2020 6:31 pm
Hello,
I have to send an HTTP event with some JSON formatted data, like this:
When Save is hit, double quote is removed. I tried without success several escape sequences in order to get double quote transmitted in order to have valid JSON data. Single quote is removed as well
Is anybody having a clue?
Thank you
I have to send an HTTP event with some JSON formatted data, like this:
Code: Select all
http://IP/json.htm?param=customevent&type=command&event=meteobridgeWind&data={"wind" : [wind0wind-act.1], "windDir" : [wind0dir-act] }
Is anybody having a clue?
Thank you