is it possible to access POST data at this (QWebPage::acceptNavigationRequest) moment? I wish to peek at request's POST data there because I locked navigation and I don't have the opportunity at NetworkAccessManager::createRequest because that it not reached.
Thanks!
Are you the one creating the request? If you're making the request, you should be able to see the POST data. If it's a webpage that you didn't create making the request, you should use another tool like Wireshark to look at the data sent to the server.