I have a simple question.
How to connect with this module to specific web page?
I had successfully connected device to Wifi.
Let's say I want to connect to this forum and get it's data back.
I have to connect to IP, that this forum is hosted on (70.38.12.79), but if I connect to this IP directly, I will not get esp8266.com forum but first page from forum host.
And now, how can I connect to esp8266.com, not to server's home page?
I'm successfully linked with TCP to 70.38.12.79 but when I received data, i got them from server's first page, not from esp8266.
How next?
Thanks for answers.