Reputation: 2755
I am using a JavaFX WebView (with ui4j library) to load a website. But I get this error in one of the urls that I am loading..
Access Denied
You don't have permission to access "{url}" on this server.
Reference #18.9d086a7c.1518661853.652b53a
It works on normal browsers. e.g. Chrome, Firefox, Safari. But with my java browser it doesn't.
Now I am aware that this is some sort of an apache-issue but I want to have a work around on this since I don't have control over this website.
Additionally I have a custom SSL verification to check on whitelisted issuers. I also tried previously to disable the SSLVerification.
But to no luck, the issue still persists.
Upvotes: 1
Views: 356