How to show Custom View Error 429 Throttle |
Dear,
I use Throttle to limit POST in second So, how to show custom View with this error 429 - Detail here https://codeigniter.com/user_guide/libra...ttler.html Thanks for help Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams
You can try to copy the error_404.php to a new error_429.php in the Views\errors folder
Changing all internal 404 stuff to 429 - To Many Requests. Or try to use a try catch block and see if you can catch the exception error. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
It's here
PHP Code: if ($response->getStatusCode() == 429) (10-16-2020, 08:09 PM)InsiteFX Wrote: You can try to copy the error_404.php to a new error_429.php in the Views\errors folder Thanks, i am trying... Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams
PHP Code: <?php namespace App\Filters; Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams
Dear,
Throttle can prevent DDos attack? Thanks for help Oh no, can not Sorry about question ;-) Learning CI4 from my works, from errors and how to fix bugs in the community Love CI & Thanks CI Teams |
Welcome Guest, Not a member yet? Register Sign In |