Count the times the auth was incorrect and after a number of failures just re-ask the user or fail gracefully.
Count the times the auth was incorrect and after a number of failures just re-ask the user or fail gracefully.
frankiefrank (16th May 2011), lyhoanghai (1st September 2010)
I have a similar issue. Wysota, thanks for your solution offer.
I use one QNetworkAccessManager for multiple download calls. I can use the signal's reply object to trace my original request, but is there any other Qt way to know that the specific reply failed authentication?
I see both the QNetworkRequest::HttpStatusCodeAttribute and error() return 0...
Bookmarks