Search found 1 match

by kelapuress12
Mon Jun 17, 2024 10:23 am
Forum: ESP-IDF
Topic: Cannot make a POST request
Replies: 0
Views: 265

Cannot make a POST request

I have been trying to make a POST request from ESP32S3 devkit board that is connected to internet, this is how I attempt it. Please let me know where I am going wrong. // Here _url = https://my-server.io/api/v1/put_many?id=abcd&model_id=wxyz&something=1234 esp_http_client_config_t config = { .url = ...