Hello everybody,
envoriment:
carbide 2.3
s60_3rd_MR
language:
open c/c++ 1.7
i am facing right now a strange problem:
i built a small embed http server for my handy. in the application will the port 8089 and index query is opened for the access.
2 tests:
first one:
i connected the handy with a acess point and the handy has the ip 192.168.2.10 and i opened the internet browers on my pc and tipped http://192.168.21.10:8089/query and i can see the website from handy.
secnod one:
now i want use the browser from handy to open the website. i tipped http://localhost:8089/query and http://127.0.0.1:8089/query and i became "Web Connection-timeout" error...
and i tried to debug the error in carbide. my code has been called and used for the request from browser.
can somebody tell or suggest me, how can i connect with localhost from handy? thanks very much for your help!
best regards
~Ming





