Well.. you need to parse the get command..
http://en.wikipedia.org/wiki/Hyperte...xample_session
Qt Code:
if (tokens[0] == "GET") {To copy to clipboard, switch view to plain text mode
tokens[1] should be the requested url.
Sorry for not having pointed that out .. Maybe you just need to search for a more complete HTTP Server using google?
Johannes
Bookmarks