Hi Daniel,Sha256 is a hash function. It will create a hash value which is unique for the particular input. But it is almost impossible to do the reverse (get the input from the hash). You can try the "crypString()" function. It will encrypt the input with the default key (if no key is specified). Th...
Hi everyone,We are getting “SOP-330021 Communication error with server: please make sure it is configured correctly.” error in adobe sandbox irregularly. Anyone encountered this before? Is there any solution for this problem?
Hi Salvdangelo,If there is any delivery log with status ignored, there will be no eventdate but it will come on top of the list. To mitigate this issue use the following syntax.<select> <node expr="@eventDate"/> </select> <where> <condition expr="@eventDate is not null"/> </wher...
Hi Jean,I can see the declaration of the GetMirrorURL method in the delivery schema but I could not find it in delivery.js. Is there any way to find the definition of this method?Thanks in advance.Saikat
Is there any way to capture the http request header that is sent to a webapp(hosted in ACM)? I need to modify the content of the webApp according to http request header values and modify the response header also.Thanks in advance.RegardsSaikat