Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Getting REST API headers in process running on Workbench

Avatar

Level 4

Hi,

Did anyone try pulling REST API Request headers in process as process variable?

I have created process in Workbench where we are consuming JSON as body input and passing few business specific header request params. I want to retrieve those header and log in server.log when process is invoked?

Any pointers

AEM 6.2 on JBOSS

WorkBench 6.2

Manu

2 Replies

Avatar

Employee Advisor

whatever you want to print in logs, use execute script service operation and put it in

System.out.println. You can call variables as well in the execute script using XPath.

Adobe LiveCycle ES4 * Creating XPath expressions

Avatar

Level 4

do you have any script handy to handle this usecase. essentially I need to check the header request and extract to our process.

I tried creating custom component with method having arguments as Object of HttpServletRequest request type. But I am not sure how to capture it.

Appreciate your response here.

Manu