Hi Guys,
In one of our NT apps we are sending an e-mail with a URL to a user which they can click to view information about a transaction, without having the need to login / authenticate.
This is working well as the URL is unique (GUID) and our site is SSL enabled.
If the unique identifier is removed from the URL, the record filter is cleared and nothing is displayed.
of course all the security options on this NWB have been disabled, except only serve if over SSL.
From a security point of view, is there anyway a hacker can break into the system by using this URL?
I am considering including an expiry date with the URL.
Any other considerations or suggestions?