How to hide ajax requests from firebug console or anything that shows ajax calls ?
Make JSONP calls. JSONP calls are not real ajax requests (because they don't use XMLHttpRequest
object, and they simply inject a script tag into the DOM). But they won't be shown in Firebug.