Search found 1 match

by MVillars
Thu Sep 15, 2022 8:33 am
Forum: ESP-AT
Topic: Problem sending data in json format using at+httpclient in put
Replies: 2
Views: 2975

Problem sending data in json format using at+httpclient in put

Hello, I am using an esp32-C3-mini-1 . I would like to send a PUT command using AT+ HTTPCLIENT with data in json format . Example of a functional cURL command (tested on my LINUX terminal) that I want to send as an AT command: curl -v -X PUT -H "Content-Type: application/json" -d '{"data":{"credenti...