I'm developing a JavaFX application and I'm trying to use WebView to access a web application. This web application has Basic Authentication and I want to submit the credentials programatically (don't want to prompt the user for his credentials, they're stored in the JavaFX application, I know the security implications about this approach).
The only link I found in google is this:
https://community.oracle.com/message/12518017
With no answers yet.