You're right!
I add the MIME version header with my working code and it continues to work, so I found the real difference! QHttpMultipart doesn't add "\r\n" to the end of the request. If I don't do this the server rejects the request!
What I can do?
Bookmarks