I have a web project, and I try to get the environment variable value from the client by Java. I use
System.getenv("computername");
but it always return the computername of server, so how can I get the environment variable value from client in java or javascript ?