PHP Version
8.3
CodeIgniter4 Version
4.7.2
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Environment
production
Database
Informix
What happened?
HoneyPotException when a bot is detected is responding with a critical error and status code 500. This is not a critical error, and the status code should be 400 or 403.
Steps to Reproduce
Turn Honey Pot filter on. Post a request with the honeypot field populated.
Expected Output
A Honeypot exception with an appropriate status.
Anything else?
No response
PHP Version
8.3
CodeIgniter4 Version
4.7.2
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter)Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Environment
production
Database
Informix
What happened?
HoneyPotException when a bot is detected is responding with a critical error and status code 500. This is not a critical error, and the status code should be 400 or 403.
Steps to Reproduce
Turn Honey Pot filter on. Post a request with the honeypot field populated.
Expected Output
A Honeypot exception with an appropriate status.
Anything else?
No response