Hi, the request handler of an SOI contains a parameter named 'requestProperties': public byte[] HandleRESTRequest(string Capabilities, string resourceName, string operationName,
string operationInput, string outputFormat, string requestProperties, out string responseProperties) So far I see property values in my SOI like 'computeeETag'. Is it possible to use 'requestProperties' to programmatically pass custom values from the client? In particular I am using a webmap in an experience. Thanks in advance, Steffen.
... View more