I am tring to use an ajax post to an action. GET requests work fine but when I try to POST I see a \'400 Bad Request\' in firebug and the view return a \'Black hole\' response.<
Make shure you are putting the function editUser in:
public function beforeFilter(){ parent::beforeFilter() $this->Auth->allow('editUser'); }
inside of UsersController,
Regards