Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does JavaFX handle cross-domain network requests?

0
Posted

How does JavaFX handle cross-domain network requests?

0

Ordinarily, unsigned JavaFX Scripts may only connect back to the web server from which they originated. This restriction prevents a Script from causing denial-of-service attacks by making rapid connections to arbitrary machines on the Internet. Web servers now have facility to selectively open up their data to some clients via the use of a policy file called crossdomain.xml. The ability to check this file has been added to the JRE Version 6 Update 10 and also to JavaFX Desktop runtime (version 1.1 or above), additional information about CrossDomain XML can be found via the J2SE Plugin 6u10 Release Notes at: http://jdk6.dev.java.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123