Hello,
I've heard that it was possible to set a cookie for a QHttp connection, while I was searching the solution . The search function of the forum has shown me various posts, but none explain how to use the cookies.
Could you give me a tip, please ?
Thanks 
My source :
RC_http
= new QHttp("courriel",
80);
RC_httpId = RC_http->get("/index.php?tg=addon/46/main&idx=aac");
QHttp *RC_http;
RC_http = new QHttp("courriel", 80);
RC_httpId = RC_http->get("/index.php?tg=addon/46/main&idx=aac");
To copy to clipboard, switch view to plain text mode
courriel stands for a local host and let me see the "?tg=addon/46/main&idx=aac" page only if I'm authentificated. So I do a post() request on index.php in order to be authenticated, but I need to get the cookie in order to send it with the get() call.
Bookmarks