Hello

I'm developing an application for Symbian 5th edition and following that uses an HTTP communication, with post and get, and I've been having a few problems using certain Apn, namely WAP Apn.

I've been testing the application using wifi and normal mobile Internet access points and it works fine. However, using WAP apn for HTTP I can't get any response from any server. I've also tried a few examples in the Qt SDK and they present the same behavior.

Any ideas? Should I put the WAP proxy in the WAP apn definition in the QNetworkAccessManager manually? Should I implement the HTTP communication in Symbian, since it seems that's the only way it works?