Hi wowfka, > Anyone knows how to make secure url, for ex: i send email with url to > client he open that url and get contents, but if he tries to access it > directly for ex: entering address or some other way access, get error > message "page not found". I dont need code just logic, how i could > implement this?
I would add a hashed key to the URL, that way the URL only works if the hash is valid, something like: www.mydomain.com/controller/action/asd324asdq234 You could then make the key had not been used, making urls usable one time only. hth jon jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
