AjaxHandler

The Ajax Handler is a CakePHP Component that processes and handles AJAX requests. It determines what action should be dealt as an AJAX call, applies the appropriate filters, prepares the data for a response and responds with the appropriate headers.

Entries for URL

Recently since I moved to this new domain, I wanted to use my old Mint database and keep all my statistics. So I transferred my Mint licenses, installed Mint 2 on the new domain, updated Mints DB configuration and added the JavaScript tag to start tracking. Everything was up and working, but there was one big problem, all my urls were malformed and escaped. Here is how I fixed them. Continue reading...