H
H
HDefalt2019-08-02 23:15:22
Arduino
HDefalt, 2019-08-02 23:15:22

How to accept GET request on ESP8266 Arduino?

I set up an access point on the ESP and a web server on it. I need a GET request to receive string data from another ESP, i.e. the client must go to the server at the request /?q=string, and the server must receive this string, how can this be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ihor Bratukh, 2019-08-03
@BRAGA96

Do not go on request, but send an http get request.
http.GET()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question