I have some html clients created by some very old cgis posting data to a JSP/servlet. Now this JSP/servlet is open to the entire world, but I want only those certain cgis to be able to post to it. In other words, I don't want users to create their own forms and post my jsp/servlet. The clients can only be the clients that reside on machine. Its very important that this doesn't happen. Does anyone know if there is a way to identity to client in
jsp or stop others from posting to your
servlet in JSP.
Thanks in advance.