I modified slightly the example network/qhttp with the following url :
Qt Code:
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 ?


Reply With Quote

ath() returns only the path part of the URL so you end up sending the GET request without appropriate query parameters.

Bookmarks