Hello,
I'd like to know if there is any way how to find out the page from which the user came to my pages. I have the chat service for logged users on my pages and the chat runs in separate browser window. Users come to chat service from my pages and I don't want the users to come from any other sites because they can simulate the login form (which is actually made only from hidden inputs containing username and password information and the submit button) and break the security. In general I want only know if there is a way how to find out that the user came to the pages eg. from so I can redirect him to the "Access Denied" page if he come from any other site ;-)
Any suggestions?
I'd like to know if there is any way how to find out the page from which the user came to my pages. I have the chat service for logged users on my pages and the chat runs in separate browser window. Users come to chat service from my pages and I don't want the users to come from any other sites because they can simulate the login form (which is actually made only from hidden inputs containing username and password information and the submit button) and break the security. In general I want only know if there is a way how to find out that the user came to the pages eg. from so I can redirect him to the "Access Denied" page if he come from any other site ;-)
Any suggestions?