Hi Team,
I have below code:
Var url= context.getVariable('reuest.uri').substring(0, context.getVariable('request.uri').indexOf(..)+"/"+ orgName+"/"+catalog;
Instead of js policy,How can i implement this with any other policies.
Appreciate the support.