Hi Everyone,
I'm implementing a AJAX call and in URL trying to access the method of CFC from here, it's working fine but I'm curious to know about the request lifecycle in this case, actually i found that directly calling cfcs method it doesn't trigger OnRequest.
I checked with dump and it's arriving into the OnRequestStart but not in OnRequest.
Can someone help me to understand it?