Click or drag to resize
RESTService.GetHashForURL 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: 9.0.0
Syntax
C#
public static string GetHashForURL(
	string url,
	string domain
)

Parameters

url
Type: System.String
URL of which to get the hash (starting with '/rest' prefix)
domain
Type: System.String
Domain for which to grant the access

Return Value

Type: String
See Also