| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Oct 2003
Posts: 162
|
hiding links
ok, quick question. if i was to supply a client with a link to a specific target, is their anyway to stop the client giving that link to someone else, so they can view the content on their website. Also is there a way, to stop somebody viewing the source code and taking the link and viewing the content on their site. Basically i want the link to only work from that specfic website! Cheers M |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Mar 2004
Location: Derby, UK
Posts: 24
|
It sounds like you need to protect the content using either HTTP authentication set up on your web server or session cookies controlled through a server-side language such as PHP or ASP. That way only a user with a valid username and password can get at the content. However, there is still no way to stop that user from giving the username and password to someone else. Options you have:-
You need to decide what level of security is required and work backwards from there, possibly using a combination of the above. At the end of he day it is not possible to protect anything perfectly and certainly not once it is out there for 'legitimate' users to see. The key is making it sufficiently hard that no one is going to bother, allowing for the real value of what you are protecting. HTH, Dai |
|
![]() |