I'm running a web server on my ESP-12.
Is it possible, if my ESP is running in AP mode, to redirect user to the same IP if it try to access any IP?
For exemple:
My ESP is running with IP 192.168.1.1.
If the user try to access http://192.168.1.123 it will be redirected to 192.168.1.1.
If the user try to connect to any IP it will be redirected to the ESP IP.
Thank you.