Collecting HTTP GET Parameters from Applet

If I am running a project that is being launched in an applet, and I want to include a GET parameter like so:
mydns:8088/main/web/applet/clien … t?param1=1

How can I collect the value of param1 from the client?

You would have to create your own applet page in order for this to work. It’s not going to be possible using our applet directly.