Search found 1 match

by aidanvenn
Wed Dec 28, 2022 6:39 pm
Forum: General Discussion
Topic: ESP32 httpclient - POST JSON - Nested?
Replies: 1
Views: 1359

ESP32 httpclient - POST JSON - Nested?

Hi, Just started playing with a ESP32. Enjoyable so far.. :D I work in networks and we use www.zabbix.com to monitor routers etc. Zabbix comes with a HTTP / JSON API. When I post using: int httpResponseCode = http.POST("{\"jsonrpc\":\"2.0\",\"method\":\"apiinfo.version\",\"params\":\[]\,\"id\":\"1\"...