Click or drag to resize
RESTServiceGetHashForURL Method (String, String)
Returns hash string which can be than used for given URL instead of authentication.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
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: String
See Also