Hi
Adding to same lines as Praveen stated, please find below the steps:-
How to find cURL command for any AEM Operation?
Follow below steps to know any AEM cURL command :-
1.Use FireFox –> Press F12 and open FireBug console.
2.Click on “NET” tab in FireBug and enable it by clicking “Enable”.
3.Perform any AEM operation on webpage.
4.Click “invoke”.
5.In FireBug console , you will see the full request URL when you take mouse on top of your request url under POST tab . Copy full path along with parameters from “POST” tab under it.
6.You got your URL that you can append at the end of cURL command and access the same resource using cURL. Above process is very much useful for testers to automate AEM operations. Lets have a look at AEM cURL commands.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Kautuk Sahni