I am writing a JavaFx application and using WebView to load HTML. The JavaScript makes cross-domain calls. Dan you help to disable the web-security in JavaFx to make cross-domain calls possible?
Asked
Active
Viewed 1,688 times
3
-
1You may want to check out this Stack Overflow post: http://stackoverflow.com/a/26101299/5250273 – Ugurcan Yildirim Sep 06 '15 at 01:26
-
1I am in development mode, where I don't have CORS enabled. Is there any option available? – user3780836 Sep 08 '15 at 13:50