AEM Logo component having design mode dialog | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Hi,

Its the way sling request are processed... GET in the file denotes its a GET request, you can have POST as well.

Please read this article https://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Locating the script

1 reply

edubey
edubeyAccepted solution
Level 10
November 17, 2015

Hi,

Its the way sling request are processed... GET in the file denotes its a GET request, you can have POST as well.

Please read this article https://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Locating the script