Search found 1 match

by der_smu
Thu Mar 05, 2020 8:46 am
Forum: ESP32 Arduino
Topic: HTTP Communication with Server
Replies: 0
Views: 3485

HTTP Communication with Server

Hello, I want to build a two way communication between an ESP32 and a (Python) server. The ESP32 shall send a first GET request to the server and according to the server's response call different POST or GET methods. For the sake of simplicity, I would like to use HTTPclient.h. void loop() { HTTPCli...