I am trying to avoid the ajax url called while page load so that I can maintain of log of posted data from ajax only.
if ($this->_request->isXmlHttpRequest()){
# do the code
}
I am trying to avoid the ajax url called while page load so that I can maintain of log of posted data from ajax only.
if ($this->_request->isXmlHttpRequest()){
# do the code
}