Hello Everyone,
Apologies, the same query has been raised sometime back but having some additional queries. if anyone could give any insights, it would be really helpful.
Request:
POST / HTTP/1.1
Host: www.xyz.com (changed)
Transfer-Encoding: chunked
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
Content-Length: 4
Content-Type: application/json
0
Response: Content modified /content/xyz
Status | 200 |
Message | OK |
Location | xyz |
Parent Location | /cotent/xyz |
Path | /content/xyz |
Referer | |
ChangeLog | <pre></pre> |
Modified Resource
Parent of Modified Resource
The above post request(from any third part client like postman etc.) does not modify any thing on AEM however it gives the directory information and a view that something has been modified.
Due to some requirements we can not block the post requests at dispatcher level as well as through referrer filters in AEM.
Apart from filtering and identifying the POST requests at dispatcher level (allow or deny), Is there any other way to handle it? (it should not show 200 with content modified message)
Also if we can modify the default response of such post requests (i believe it is through default SlingPostServlet)?