Silly begginers question...
Unsolved
Qt WebKit
-
Hello guys.
I've just downloaded qt and I want to make a simple request from a Qt desktop application to a nodejs server.
Just to test how it works, i have a line like this in server and running it on localhost:app.post('/', (req, res) => console.log('hello world'))
and I want to make a request to this address using my Qt app
I've read this It could be done using qt networking but these are really hard to me to read them from documentation.
Can you help me to achieve this? -
Hi and welcome to devnet,
Are you thinking about QNetworkAccessManager ?