Encrypting URL's doesn't make a lot of sense to me (in most cases) - there are of course exceptions like creating temporary URL's. There are a few reasons why: - adding hash crap into your URL's isn't a smart SEO move - if it's a GET URL, it should be readable. Readable means short
...and you NEED authorization as well as authentication in your app anyway, if only to guard people pasting URL's into the wrong IM channel/etc. On Jul 21, 7:53 pm, K3 <[EMAIL PROTECTED]> wrote: > Maybe this will help > you:http://bakery.cakephp.org/articles/view/encrypting-urls --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
