Is there anyway to check whether an incoming request is of AJAX JSON type?
I tried
if(($_SERVER[\'REQUEST_METHOD\']==\'JSON\')) { }
Try json_decode()