Is it possible to hide some informations from java console? My applet grab data from external website. Unfortunately, in URL there are some informations i’d like to hide. But when i launch my applet and java console, set trace level = 5, i can see something like
network: Connecting url_here
Is it possilbe to hide this information?
Is it possible to hide some informations from java console? My applet grab data
Share
No, it is not possible for the applet to suppress that information. Your site can hide the information by offering a proxy.