Hi there!
You need a HTTP-Server for that.
Have a look at: http://doc.trolltech.com/solutions/4...le-server.html
HIH
Johannes
Hi there!
You need a HTTP-Server for that.
Have a look at: http://doc.trolltech.com/solutions/4...le-server.html
HIH
Johannes
fitzy (27th October 2009)
Thank you but I can't figure out what is the function that gives the requested address in your example![]()
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
Last edited by JohannesMunk; 27th October 2009 at 14:30.
fitzy (27th October 2009)
Perfect !
Thank you very much !![]()
Bookmarks