I'm using API servlet 1.0 and i wrote an authentification Servlet. The servlet return an "not access HTML page" or a menu linking other pages which contain an applet. Each anchor in the menu is send whith the user-id logining. The problem is that a returned URL like /saspa/.../PageWithApplet.html?id=66 could be send elsewhere by anyone, causing severity problems of security.
How can i do to do my servlet only work with a request made from the correct place? Thanks in advance for the help.
