How to debug HTTP requests?
Unsolved
General and Desktop
-
@koahnig thanks for the tip. I've just tried out the service and it everything went well. Do you know if it offers a feature to download a complete raw request as a text file?
Still, it would be preferable if Qt's networking module offered a way to extract the raw HTTP request. As far as I can tell, the closest thing that it offers is the possibility to extract the raw header with calls to
QNetworkRequest::rawHeader()
.