Comment 2 for bug 995300

Revision history for this message
Renato S. Yamane (renatoyamane) wrote :

Maybe this help (from Issue #243 - http://code.google.com/p/imageshack-uploader/issues/detail?id=243):

In order to fix this you have to add:
req.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
after "this->prepareNetworkRequest(req);" line in "HTTPRequest::post" function in httprequest.cpp file