CodeIgniter Forums
Older CodeIgniter throwing 402 Response on Post - How to Debug? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: Older CodeIgniter throwing 402 Response on Post - How to Debug? (/showthread.php?tid=87295)



Older CodeIgniter throwing 402 Response on Post - How to Debug? - TMC1 - 04-04-2023

This is a web app running on v2.1.6 of CodeIgniter for internal use only - we didn't build it.  Recently, one particular endpoint/function to handle a Post is now throwing a 402 (Payment Required) error after working fine for years.  Troubleshooting the code, the post-request never hits the function, so believe it's somewhere in a "pre-validation/pre-process" in the stack, but how do I figure that out?  Does anyone know the function-path it follows and/or documentation on it?  ANY help or guidance is appreciated!