![]() |
Problem in Filter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Problem in Filter (/showthread.php?tid=71981) |
Problem in Filter - titounnes - 10-22-2018 Ihave code in Filter like this PHP Code: <?php in VPS (OS Centos, php 7.2) always return 401, although my codes change to if( $ajx == false) RE: Problem in Filter - natanfelles - 11-20-2018 I think you've already solved that. But if a Response instance is returned the request will be responded. RE: Problem in Filter - natanfelles - 11-20-2018 Oh, it looks like you can not return anything not empty. Even then the code should not be executed... Have you found a solution? |