I have two esp32'sESP32s. oneOne is acting as webserver and the other is acting as a client that will send geta GET request to the server esp32ESP32. Both of the esp32'sESP32s are connected to the same wifiWiFi AP.
But forFor sending the request I need to know the server address. But, but I don't want to enter it ininto the code manually.
Is there any way with which I can figure out the IP address of the server esp32ESP32 using the other esp32.ESP32?