Hi,
Please I need to know if it is possible to download a URL (The source code
of an web page) and save it into a buffer using Java Applets.
Does this interfer with Java Security.
Printable View
Hi,
Please I need to know if it is possible to download a URL (The source code
of an web page) and save it into a buffer using Java Applets.
Does this interfer with Java Security.
Yes. You need to be accessing the server the applet 'came from' though.
Other servers can be done but then you will need a certificate ... .
"Tim" <java.@127.0.0.1> wrote:
>
>Hi,
>Please I need to know if it is possible to download a URL (The source code
>of an web page) and save it into a buffer using Java Applets.
>Does this interfer with Java Security.