Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java plugin, HttpURLConnection & crossdomain

843785Jan 27 2009 — edited Jan 30 2009
Hello, I am curious about Java's HttpURLConnection function and it's ability to retrieve data from other domains. Currently the Flash player & Javascript are tied to a crossdomain sandbox. I wanted to retrieve data such as feeds where the host does not have a crossdomain policy file setup. Is this possible, and are there any limitations?

I was googling and heard about the signing of applets ? how easy is this to do, and is this separate to using HttpURLConnection? Will a security warning pop-up when a user fetches http data?

I noticed that jdk6 has crossdomain functionality, but this isn't quite what I want (as I cant rely on all sources to have a crossdomain set up)
https://jdk6.dev.java.net/plugin2/#CROSSDOMAINXML

Many thanks for your time :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2009
Added on Jan 27 2009
5 comments
559 views