When I send a url link to a user to view/edit a record in AwareIM, I want to obfuscate the link so the user cannot make out the content of the url string.
There are some reasons for this, one being so an inquisitive client (user) cannot second guess other records and snoop around the system object.
(This is quite possible, all one has to do is change the ID in the url etc etc)
Also its a good way to hide the password (although it can be decoded with some effort but at least its better than an exposed password)
I understand this is possible by using BASE64 method. I have had a dialogue with support and this is possible but will cost for he implementation
I am looking for some volunteers to pitch in for this feature- I am sure this has universal appeal - Any takers ?