Auto Routing (improved) post method not working |
Found the solution...
You can not use trailing slash "/" at the end of the (action) URLs. I replaced Code: http://cp.local/auth/loginUser/ to Code: http://cp.local/auth/loginUser and it worked ! @kenjis Shouldn't this be corrected at Codeigniter side? |
Messages In This Thread |
Auto Routing (improved) post method not working - by anil.suthar - 04-02-2024, 08:14 AM
RE: Auto Routing (improved) post method not working - by kenjis - 04-02-2024, 04:33 PM
RE: Auto Routing (improved) post method not working - by anil.suthar - 04-02-2024, 10:56 PM
RE: Auto Routing (improved) post method not working - by anil.suthar - 04-03-2024, 12:34 AM
RE: Auto Routing (improved) post method not working - by kenjis - 04-03-2024, 01:39 AM
|