Greetings !!!
I'm trying to connect to a MySQL database which resides in my PC.
I installed Wampserver, but i use the port #82 instead of #80 (i'm using port #80 for IIS )
When I invoke this method,
I obtain this error message
I read an article that says this "localhost" is not the PC localhost, but the mobile localhost.
Is there any way to access my PC localhost ?
Thanks in advance, and sorry for my bad english !!!!
I'm trying to connect to a MySQL database which resides in my PC.
I installed Wampserver, but i use the port #82 instead of #80 (i'm using port #80 for IIS )
When I invoke this method,
B4X:
Dim job As HttpJob
job.Initialize(JobName, Me)
job.PostString("http://localhost:82/ws/webservice.php", p_Parametros)
I obtain this error message
B4X:
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:82
Is there any way to access my PC localhost ?
Thanks in advance, and sorry for my bad english !!!!