Accessing OOTB Service/Servlet from Sling Servlets
Is there a way to access OOTB Sling service or servlet from an custom sling servlet? For instance, if I want to access OOTB servlet - http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam from an Sling servlet and process results on top of that, how to access the service by path itself?
Note: Looking for a solution without using HttpClient (in a REST way) ot by @Reference as I need to access through Path only.