Recommended way Sling Servlet Post method to send json raw data
Hi,
I have requirement to send to Json Raw data to the post sling Servlet .
Anyone know what will be the recommended way to achieve this.
Regards,
Sanjay
Hi,
I have requirement to send to Json Raw data to the post sling Servlet .
Anyone know what will be the recommended way to achieve this.
Regards,
Sanjay
Hi,
we are doing this but we are consuming within same application so for us there are no issues using POST sling servlet.
But if you are exposing json over post you have to care of a lot of security like enable filter to allow post
example https://sourcedcode.com/blog/aem/in-aem-what-is-the-apache-sling-referrer-filter-osgi-configuration
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.