simple http request and reply
Unsolved
General and Desktop
-
I am looking to make a basic server with QT. Basically I would like it to receive a browser request, grab any values from the post/get variables and then send a reply back to the browser with new variables.
@bandito What is the question?
https://doc.qt.io/qt-5.10/qtnetwork-index.html -
@bandito What is the question?
https://doc.qt.io/qt-5.10/qtnetwork-index.html@jsulm
i guess the OP wants to create a RESTful server, not a client.@bandito
if i got you correct you can use QttpServer -
@bandito maybe these examples can be of inspiration: simple TCP echo server, and Qt-bassed HTTP server.