Hello everyone:
I hope you are well and I want to ask you how to solve a problem that I have in a project that I am integrating.
On the one hand we have the ESP8266 circuit that provides an access point and a web server. The address of this web server is 192.168.4.1
The cell phone connects to the network generated by the ESP8266, without problem, but
When trying to make an http request:
Dim Job As HttpJob
Job.Initialize ("job", Me)
Job.Download2 (Starter.kerberosliteUrl & "/list", Array As String ("list", ""))
Log(Starter.kerberosliteUrl & "/list")
ProgressDialogShow2 ("Sending ...", False)
It does not find the server, we must necessarily close the cellular data connection to make it work.
Some idea to work with or without connection to cellular data.
Thank you very much for your attention and time
I hope you are well and I want to ask you how to solve a problem that I have in a project that I am integrating.
On the one hand we have the ESP8266 circuit that provides an access point and a web server. The address of this web server is 192.168.4.1
The cell phone connects to the network generated by the ESP8266, without problem, but
When trying to make an http request:
Dim Job As HttpJob
Job.Initialize ("job", Me)
Job.Download2 (Starter.kerberosliteUrl & "/list", Array As String ("list", ""))
Log(Starter.kerberosliteUrl & "/list")
ProgressDialogShow2 ("Sending ...", False)
It does not find the server, we must necessarily close the cellular data connection to make it work.
Some idea to work with or without connection to cellular data.
Thank you very much for your attention and time
Last edited: