I need my JavaFX browser, embedded in a Swing application, to provide some mechanism for the user to type in authentication credentials for a proxy server.
In my user case, the proxy server is the absolute only gateway to internet, and there is no way for them to authenticate through the system, they have to do it though the application.
Right now, when I force the application to use the proxy server, I get a "Unauthorized" error message displayed instead of my intended URL.
Ideally, I want the authentication dialog to pop out, or at least appear in the embedded browser.
I have tried to de-bug by listening to the CreatePopupHandler Property, but it does not take listeners.
Thanks!
In my user case, the proxy server is the absolute only gateway to internet, and there is no way for them to authenticate through the system, they have to do it though the application.
Right now, when I force the application to use the proxy server, I get a "Unauthorized" error message displayed instead of my intended URL.
Ideally, I want the authentication dialog to pop out, or at least appear in the embedded browser.
I have tried to de-bug by listening to the CreatePopupHandler Property, but it does not take listeners.
Thanks!
- relates to
-
JDK-8090490 WebView may want to provide finer grained control over HTTP authentication
-
- Open
-