HI @KarthickVe ,To achieve the functionality provided by com.day.cq.contentsync.handler.util.RequestResponseFactory, which is deprecated, you can use the SlingHttpServletRequest object directly to create a request.Here's how you can achieve the same result using SlingHttpServletRequest: import org.a...