I modified slightly the example network/qhttp with the following url :
Qt Code:
  1. QLineEdit("http://api.smsbox.fr/index.php?login=ahcoeur&pass=aaaaaa&action=credit");
To copy to clipboard, switch view to plain text mode 

which is a valid url that replies "CREDIT 362"

however the server replies :
"ERROR 01" missing parameters

can you help ?