Hi All, I’m attempting to retrieve the custom authentication token in the Before Rule and include it in the modified body. I used the following approach:
I have resolved this using
Map headers = requestEndPoint.getHeader();
String connectionID = headers.get(“Authorization”);
String customerID = headers.get(“X-Customer-ID”);