Hello
I made a REST Web Server on ESP32 and I wanted to make POST requests by an app made in App Inventor:
It turns out that the call goes wrong when I type the server's local domain in writing (http://esp32bobs.local/statusPorta), displaying the error "1103: Unable to complete the given request with the text ".
However, if I put the local IP instead of "esp32bobs.local", it works.
I believe it is not an ESP32 problem because I can make the call through Postman:
Could anyone tell me what could be causing the problem?
The smarthphone is connecting and on the same network as the ESP32.
Thank you.