Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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???
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Try using Sling Internal Request to achieve your use case
https://kiransg.com/tag/slinghttpservletrequest/
View solution in original post
@HrishikeshKa
There is no method:
wrappedRequest.createRequest(HttpConstants.METHOD_GET, path);
Views
Likes
Replies