
One question I have is why you want encrypted routes? If you're SSL'ing your connection then the route is safely hidden from all but the end user. are you trying to hide the route from the user? not sure what you're trying to accomplish but it feels either needlessly difficult or not secure enough depending on what you're trying to do. max
-----------------
Another question, Is there a way a automatically and transparently for developer encrypt part (or all ) of the url. Like this:
www.website.com/app/jshdfbjkshabfjhvkjvjaksvdfjhvasjdhvfkjshadfhjasdhfkjasfjsvahf
where the encrypted part will be converted to normal route by the rounting handler, and when urls are generated, encrypted back. Of course using a separate key for each user/session.
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel