is there a builtin framework way to create secure/obfuscated URL’s, or i need to create a custom one ?
essentially turn:
#event.buildlink(‘main.foo?msg=helloworld&id=1)’#
into
/Main/foo/j2jk4h12l3k5
instead of
/Main/foo/msg/hellowold/id/1
link of like cfweels does
it would be be a nice attribute feature for BuildLink() for future release @lmajano