You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use the library in my own Qt/QML project. I want to send a json command to an apache webserver which runs a php script. The script analyzes the method and send an answer.
So I did the following:
sp = new Sp(parent, "http://localhost:84/~martin/gc/rpcJSON.php");
Hi,
I want to use the library in my own Qt/QML project. I want to send a json command to an apache webserver which runs a php script. The script analyzes the method and send an answer.
So I did the following:
consturctor of Sp:
The library will send the following to the server:
But the server will send a 400 bad request error.
What can I do to solve the problem?
Thank you for your help.
BR
martin
The text was updated successfully, but these errors were encountered: