RESTServiceGetHashForURL Method (String, String) |
Returns hash string which can be than used for given URL instead of authentication.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax public static string GetHashForURL(
string url,
string domain
)
Parameters
- url
- Type: SystemString
URL of which to get the hash (starting with '/rest' prefix) - domain
- Type: SystemString
Domain for which to grant the access
Return Value
Type:
StringSee Also