Details
Description
I am trying to connect to local server at my phone. Local server here is, for instance, API Bridge
http://wiki.forum.nokia.com/index.php/APIBridge_Web_Runtime_API
It is located at 127.0.0.1:9080 by default. I tried to connect to it at my Symbian phone through QtWebKit (XMLHttpRequest) and also by native QHttp and so on. But when Qt at phone is connecting to 127.0.0.1, it calls native Symbian dialog window where I should choose connection, which will be used to reach 127.0.0.1. That is WRONG, because it is a local connection. By the way, if i chose my wi-fi network it still don't work - I got 404 error, may be because it tries to find 127.0.0.1 in my router network.
App is signed by Ovi Store, has it's UID and they were stated in Qt project.
QT += core \
gui \
webkit \
network
TARGET.CAPABILITY = NetworkServices\
LocalServices\
ReadUserData\
WriteUserData\
ReadDeviceData\
WriteDeviceData
Attachments
Issue Links
- relates to
-
QTBUG-7274 Native Symbian implementation of the QNativeSocketEngine / QAbstractSocketEngine
- Closed
- replaces
-
QTBUG-16155 QTcpSocket TCP connection to localhost uses internet access point
- Closed