i need to read and write, secured and unsecured cookies from the JavaFx WebEngine.
I lost the whole day on this problem and tried the following ways:
Get the cookies from the cookie store -> here I only get cookies without the secured flag. For more information about that I have this issue: Setting a cookie using JavaFX's WebEngine/WebView
Try to get the cookies over a self written cookie store -> same issue
Try to get the cookies with javascript -> restricted through security restrictions
Try to get the cookies from the WebEngine dom -> no result
I hope someone can help me...