Communication between esp32 and esp8266 by http

Hi, I'm trying to create a communication system between a couple of PCs and some ESP 32/8266, my intention is to use http, with the post method, but I don't know how to do it, basically I need to send an int and some bool, I'm more What a loss, someone knows what to do, I found this:

The server would have to be an esp32, which I use as a link to the blynk app, I can NOT put the other esp in the same app

would srerver sent events do what you require

from what I can see in the link, the communication is one-way, I need it to be two-way

a web page using server sent events can also have sliders, textboxes, etc for the user to send data to the server

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.