Problem with BASIC authentication
-
when I try to make a GET request on my personal server with BASIC authentication, with wrong username and password, normally I expect a single reply with error 401.
In this case, the engine Qt sends a second request after the first. Why?(I have used QNetworkAccessManager with QT 5.3.1. In debug mode, I stop the execution of the program on the slot "onAuthenticationRequestSlot" and I can see with Wireshark two different, but egual, request)