Hi there!

I have an html server (QTcpServer and QTcpSocket), and I would like to be able to send some data to it, using the post method from html forms.

However, I don't know how to catch this "packet".

Any idea ?