Hello,
I cannot for the life of me figure out, how to send a HTTPS POST with bearer token and json content.
I am able to GET data with HTTPS like this:
AT+CIPSTART="SSL","www.esp32.com",443
AT+CIPSEND=88
GET https://www.esp32.com/index.php HTTP/1.1
Host: www.esp32.com
Connection: close
So the ...
Search found 2 matches
- Wed Mar 26, 2025 6:24 am
- Forum: ESP-AT
- Topic: ESP32 AT command example for HTTPS API with bearer token and json
- Replies: 1
- Views: 810
- Tue Mar 18, 2025 7:07 pm
- Forum: ESP-AT
- Topic: ESP32 AT commands work in py-miniterm, but not in other terminal programs
- Replies: 1
- Views: 549
ESP32 AT commands work in py-miniterm, but not in other terminal programs
I have a ESP32E with AT commands enabled. When I connect to the ESP32 with pyserial-miniterm, I am able to get this code to work:
First example:
AT+CIPSTART="SSL","www.esp32.com",443
AT+CIPSEND=88
GET https://www.esp32.com/index.php HTTP/1.1
Host: www.esp32.com
Connection: close
Second example ...
First example:
AT+CIPSTART="SSL","www.esp32.com",443
AT+CIPSEND=88
GET https://www.esp32.com/index.php HTTP/1.1
Host: www.esp32.com
Connection: close
Second example ...