clarkmurray
IS-IT--Management
I'm getting ready to release a training product, and I want only the customers to be able to access certain information on my website. The customer would bring up an html page from his hard drive and click on a link. This doesn't have to be super tight security and I don't want to add the administrative overhead of assigning individual logins and passwords. I just want something to keep the url from getting passed around.
I was thinking of using .htaccess referer coding even though I know that can be easily spoofed. However, I can't figure out how to add referer info to the request header that would be generated by clicking on the link from the page on the hard drive. Is there a way to do that? Or is there a better way that's not too involved? I have to keep this simple.
I was thinking of using .htaccess referer coding even though I know that can be easily spoofed. However, I can't figure out how to add referer info to the request header that would be generated by clicking on the link from the page on the hard drive. Is there a way to do that? Or is there a better way that's not too involved? I have to keep this simple.