QNetworkaccessmanager - post
General and Desktop
21
Posts
4
Posters
10.2k
Views
1
Watching
-
More errors
I got the errorcode 302 unknown error when i do my post but it changes the value in the textbox.
if I send one value.
When i changed to get operation I got the errorcode 200 "OK"
If someone have a simple example to show or some great hints to get me go on with this "Problem"
I would be very happy. -
-
[quote author="toho71" date="1324560334"
Maybe I have to use Qhttp instead
[/quote]You will run into the very same problems with constructing the URL and/or preparing the post data. You will need to understand HTTP protocol basics before using it in a class.
-