Hey i made a browser with the AxShDocVw.AxWeb Browser.Navigat e method for client side that will request to the server for a specific page on my web application. But before respond to that client the server need to be sure that it is a valid request. Thats why i want to pass a key with the request from client. At the server side it will check the key and compare than respond.
Anybody can tell me how i can do that.
note: my web server will run on Java Platform.
Anybody can tell me how i can do that.
note: my web server will run on Java Platform.