Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Do we have any substitute for com.day.cq.contentsync.handler.util.RequestResponseFactory as its deprecated???

Avatar

Level 3

 

how to achieve the below result using any alternative in AEMaaCS?? 

HttpServletRequest request = requestResponseFactory.createRequest(HttpConstants.METHOD_GET, path);

can any one help me on this???
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Try using Sling Internal Request to achieve your use case

 

https://kiransg.com/tag/slinghttpservletrequest/

View solution in original post

21 Replies

Avatar

Level 1

@HrishikeshKa 

 

There is no method:

wrappedRequest.createRequest(HttpConstants.METHOD_GET, path);