As far as I understand, the https dpi plugin does not handle cookies because the cookies do not find their way to cookies.c So you probably have to wait for the cookies dpi. can you give a url to test it? thanks
Hmm, what's the status of the cookies dpi?
It is almost done, but i need an answer to a big doubt before it. how can a function wait(with a timeout if posible) until the cookies dpi send the answer to dillo after dillo have send to dpi cookies a get_cookies command? more explained: the a_Cookies_get function in dillo send a get_cookies command to cookies dpi, then wait a command from the cookies dpi with the answer and the function return the cookies. I have try to do the same that bookmarks dpi but the function used in it is void. I have try to understand ccc but i get it only superficialy. DarkSpirit/Diego