[Interest] Get the username:password part of a HTTP request from QTcpSocket

Tony Rietwyk tony at rightsoft.com.au
Mon Dec 2 01:49:39 CET 2013


Hi Konrad / Lucas

> -----Original Message-----
> Sent: Monday, 2 December 2013 7:27 AM
...
> In short: if you do not have the need to access every bit directly use an
> existing server implementation and an easier way to communicate with it.
> For example Apache has modules for the FCGI and SCGI protocols. In this
> case Apache handles the complexities of HTTP while you just have to handle
> a significantly simpler protocol.
> 
> 	Konrad

Or keep your existing QTCPServer based code.  Then use Apache as the
front-end, and proxy to your backend server.  Very straight-forward.  

Regards, 

Tony






More information about the Interest mailing list