lhsang Hi, I want to get headers from a web service in a process like my image. I tried to check them in ivy.request but can not find out. Do you have any ideas for this? Thank you.
Louis Müller Hello lhsang I assume you want to access the http headers? Then the following should work: import ch.ivyteam.ivy.request.HttpServletRequestContext; ivy.log.debug(HttpServletRequestContext.current().getHeader("user-agent"));