>
>
> I did it finally, it is the bug 66205
> https://bugs.webkit.org/show_bug.cgi?id=66205
>
>
>
I re-opened that bug because the solution cannot be to indicate the file://

I had to use a fake url like "http://localhost.sylvain.com/index.html";
and, in my custom network manager, I catch this url and I return the real
file.

Behind the scene, I am using this method to use a CGI. Only with the fake
url, I can use cookies, session variable and the form POST method.

Also, as I use a fake http:// url, the scheme should be http, why is it
blank in the bug resolution remarks?

Best regards,
Sylvain
_______________________________________________
webkit-qt mailing list
webkit-qt@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to