Search found 2 matches

by antusystem
Sat Jan 09, 2021 8:13 pm
Forum: ESP-IDF
Topic: Obtaining the https response using esp_http_client_perform
Replies: 2
Views: 5819

Obtaining the https response using esp_http_client_perform

Hi, I'm using the ESP-IDF v.4.2. I'm using the esp_http_client example to make an HTTPS request. Guiding me from the https_with_url function I could establish a connecting with the web, but I want to know the actual content from the response. I cannot see how to do this with the function esp_http_cl...
by antusystem
Thu Jan 07, 2021 3:03 am
Forum: ESP-IDF
Topic: Communicate with a telegram bot using https request through esp-idf
Replies: 0
Views: 2712

Communicate with a telegram bot using https request through esp-idf

Edit: I was able to communicate with a telegram bot, in here ( https://github.com/antusystem/esp-idf-telegram-bot ) is an example for that. Hi, I'm trying to communicate to my telegram bot using the https_request example in the ESP-IDF. On the long road I want the ESP32 to send data to the bot, but ...