Welcome Guest, Not a member yet? Register   Sign In
How to show Custom View Error 429 Throttle
#3

(This post was last modified: 10-16-2020, 09:17 PM by nc03061981.)

It's here
PHP Code:
if ($response->getStatusCode() == 429)
{


Thanks...

(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
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.

Thanks, i am trying...

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply


Messages In This Thread
RE: How to show Custom View Error 429 Throttle - by nc03061981 - 10-16-2020, 09:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB