Routing POST instead post |
hi , in the new version i have the error that action metod must be uppercase instead lowercase (POST,PUT,GET,DELETE instead of post,put,get,delete) , i have a problem with ajax request :
Code: $.ajax({ in my controller : Code: if ($this->request->getMethod() === 'POST') Code: log_message('debug','get_Clienti_sedi NO POST '.$this->request->getMethod());
Use is()
https://codeigniter4.github.io/userguide...st.html#is I didn't go into details, AJAX probably ignores the case
Are you really using CI 4.5+?
|
Welcome Guest, Not a member yet? Register Sign In |