Hi,
I have people from various places/countries to whom I will be sending mails. Their mail will contain the URL like....
I know this isn't secure at all. Because if the mail goes to the person in US, he must be able to view the info of US only.
If some knowledgeable person changes the place value in the URL and visits info about that country, to which he is not authorized to, it becomes a problem. I can't use the
in the target page because, I can't send the link thru email, if I do.
How to make this secure!??
Thanks!
RR
I have people from various places/countries to whom I will be sending mails. Their mail will contain the URL like....
Code:
[URL unfurl="true"]http://mywebserver/viewinfo.asp?place=US[/URL]
If some knowledgeable person changes the place value in the URL and visits info about that country, to which he is not authorized to, it becomes a problem. I can't use the
Code:
Request.Post()
How to make this secure!??
Thanks!
RR