how Encrypt id in url serenity #7325
Unanswered
hamkairama
asked this question in
Help
Replies: 1 comment 1 reply
-
It uses id field from the row. So, if you change this id field with a guid, you will not need to encrypt the id value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi volcan,
i use serenity standard (not .net core yet).
i want to encrypt id in url.
is it possible in serenity ?
ex:
http://localhost:55402/Administration/User#edit/602
to be
http://localhost:55402/Administration/User#edit/[encrypted]]
like maybe --> http://localhost:55402/Administration/User#edit/T3BlbklkQ29ubmVjdCBTeXN0ZW0u
Beta Was this translation helpful? Give feedback.
All reactions