Top "Qnetworkaccessmanager" questions

The QNetworkAccessManager class allows the application to send network requests and receive replies.

QNetworkReply wait for finished

I am using Qt 4.6.3 and the following not-working code QStringList userInfo; QNetworkRequest netRequest(QUrl("http://api.stackoverflow.com/1.1/users/587532")); QNetworkReply *…

qt networking qt4 qnetworkaccessmanager
Basic authentication with Qt (QNetworkAccessManager)

I was trying to perform basic authentication for Twitter from my Qt app. I use QNetworkAccessManager. But I couldn't find …

qt qnetworkaccessmanager
QObject: Cannot create children for a parent that is in a different thread

EDIT: I tried doing what you guys told me in comments ... : Citizen * c = new Citizen(this); QThread thread; c->…

c++ multithreading qt asynchronous qnetworkaccessmanager
QNetworkReply and QNetworkAccessManager timeout in http request

How do I setup a timeout when I do an http request? I have this code: { QNetworkRequest request; request.setUrl(…

c++ timeout qnetworkaccessmanager
QNetworkRequest and default SSL configuration

I'm using the following piece of code to make HTTPS requests with a server. QNetworkRequest request; //request.setSslConfiguration(QSslConfiguration::defaultConfiguration()); …

qt ssl qnetworkaccessmanager qnetworkrequest
QNetworkReply and 301 redirect

I have a webviewer and only want it to only be able to access our webapps, to achieve this I …

c++ qt qnetworkaccessmanager
Uploading a file using post() method of QNetworkAccessManager

I'm having some trouble with a Qt application; specifically with the QNetworkAccessManager class. I'm attempting to perform a simple HTTP …

windows http qt post qnetworkaccessmanager
Qt - Getting source ( HTML code ) of a web page hosted on the internet

I want to get the source (HTML) of a webpage, for example the homepage of StackOverflow. This is what I've …

html qt qnetworkaccessmanager qnetworkrequest qnetworkreply
QT HTTP Post issue when server requires cookies

I have been trying this whole day with no success. Please help in solving the issue. On googling I found …

c++ qt cookies qt4 qnetworkaccessmanager
QHttp in not available in Qt5

I noticed that the QHttp class is no longer available in Qt5 and I keep getting an error message which …

c++ qt qt5 qnetworkaccessmanager qhttp