sivang | 22 December, 2010 12:40
A few days ago I checked out how to handle HTTP authentication from a Qt application I'm developing. Apparently this is mostly easy thanks to the QNetworkAccessManager class available in Qt since version 4.4, that follows an asynchronous approach similar to some Python frameworks I know.
I've summarized my findings in a Forum Nokia wiki article:
http://wiki.forum.nokia.com/index.php/HTTPAuthWithQNetMan.
Hope it is useful!
Comments