I have a java applet on a page in this format:
In order for the application to work, these two parameters must be passed to it or else it won't allow the user to connect. Obviously, these parameters can be crawled/scraped which is something I want to stop. I know that if you don't want people to get something, don't put it on the internet; there has to be a way to do what I'm trying to accomplish.
I have tried using ioncube loader, html "obfuscators", and all of them are able to be decoded easily. The main goal is for this .jar to be able to get these parameters and allow access to my service via a web browser, but not have them visible to the public. Any idea on how I can do this?