You are reading a single comment by @Ruprect99 and its replies.
Click here to read the full conversation.
-
@Ruprect99, your issue is the host/IP addressing, when ESP8266 is operating as Access Point and you are connected to it, the IP you need is 192.168.4.1
I've got it set up in ap+station mode for now.
I can set up the webserver so that when I browse to the ip at the correct port I get 'hello world'.
but I connect to the ap and the then go to http://localhost:80 or http://:80 I get nothing.
I really want it so that whatever address i put in once connected gets redirected to my 'hello world' page
does that make sense