Hello, I would like to understand how the get function of QNetworkAccessManager object is working. When the proxy is not set properly (wrong setup from user for eg), is there a signal send by QNetworkAccessManager or QNetworkReply after a get? I'm currently using the finished signal but nothing seems to be send to it. Thx, Chris.