April 2, 2024
Cannot serve request to Servlet in org.apache.sling.servlets.get.DefaultGetServlet
- April 2, 2024
- 6 replies
- 2572 views
Hello everyone,
I've created one ajax function which has servlet path in it so, whenever I am trying to submit my form, my servlet is not getting hit. The response (in developers tool) from that servlet is coming blank but it is showing response code as 200.
I've done following debugging but still facing the same problem:-
1. Added my servlet path in script resolver.
2. Removed Post method from Adobe Granite CSRF Filter.
The same code is working correctly on my colleague's local machine and production as well. I tried all different ways to work with that servlet but nothing is working on my machine.
Please help me to find a solution regarding this.
Regards,
Sayali


