ContributionsMost RecentMost LikesSolutionsRe: Not able to load the updated SAP RFC changes Could you please tell me how to refresh JCC cache to get the effect of SAP RFC changes. Not able to load the updated SAP RFC changes Hi Team, We are using SAP Execute snap pack for execution. Now added new fields to SAP RFC side. But now while calling this same RFC in SnapLogic it’s showing old fields only. New fields are not populated. SAP side everything is fine. Verified. Please suggest. Re: Expression to fetch the Authorization header value from incoming request Yes, your are correct. Below is the API call:- /api/1/rest/public/users/UserName Re: Expression to fetch the Authorization header value from incoming request Thanks for the reply and your suggestions . Could you please tell me what will be expression to access the header for ex. CONTENT_TYPE. Re: Expression to fetch the Authorization header value from incoming request That means we can not fetch header values in SnapLogic Pipeline. I have to pass the Basic Authorization value i.e “Basic XXXXXXXX”. So only way is to pass through request body. Will you suggest some other options. Please provide your inputs. Expression to fetch the Authorization header value from incoming request I have to fetch the Authorization header value and pass it to next REST API call. Please reply if some one has know. how to retrieve it.