If you "record" your activity, username & password which you have typed on webpage will be in the data section of POST request. But I see, you can't get data section from QNetworkRequest, so you should take the second method with QNAM subclassing, there you will get QNetworkRequest and the data, but you will need to filter the image requets and etc by yourself... or maybe you can somehow use booth methods to filter request and get data section....