Http Post
-
Hi friends,
this is url
http://192.168.1.2:5001/aps/res_users/mobile_login?user_name=u1&password=u1
anybody can give example to http post this url how to post example and get response.
-
http://doc.qt.io/qt-5/qtnetwork-download-main-cpp.html
Instead of
QNetworkReply *reply = manager.get(request);
you'll haveQNetworkReply *reply = manager.post(request);