Hi,
I am trying to get the cq:dialog infinity.json data.
being used with requestResponseFactory to make a request, everytime no response is returned.
Please help with the returning of the data with the requestResponseFactory
Solved! Go to Solution.
Views
Replies
Total Likes
Why are you not using httpRequest or sling request instead of requestResponseFactory. requestResponseFactory is used for below-
The RequestResponseFactory helps in creating custom HttpServletRequest and HttpServletResponse objects for use in Content Sync update handlers.
Why are you not using httpRequest or sling request instead of requestResponseFactory. requestResponseFactory is used for below-
The RequestResponseFactory helps in creating custom HttpServletRequest and HttpServletResponse objects for use in Content Sync update handlers.
Views
Replies
Total Likes
Views
Replies
Total Likes
I am trying to access mnt/override/<path-to-component>/_cq_dialog.infinity.json
Will try with the above .
Thank you
Views
Replies
Total Likes
Does the resource exist? Can you get a 200 OK from GET request from http://localhost:4502/apps/my-site/desktop/dialogs/icon-selection.infinity.json ?
Views
Replies
Total Likes
Views
Likes
Replies