Hi All,
Please can anyone confirm if we can expose the resourcetype based post servlet as a rest API to a system.
Thanks
Views
Replies
Total Likes
What is the data you want to expose ?
Because , we can expose or export data using the Sling models instead of Sling servlet.
and if multiple requests hitting the servlet or Sling model exporter , there will be no issues.
Thanks
Siva
Hi @SivakumarKanoori ,
We are trying to use the servlet as rest end point to post the data from third party and then create PDF with the input stream posted by third party.
Therfore, we want to clarify whether hitting the servlet with multiple request can bounce some of the request.
thanks
Views
Likes
Replies