How to check existing data with jquery validation library with codeigniter 4 when csrf is set to auto? – Jquery ajax
I have a form that I'm trying to validate with jquery validation plugin and codeigniter 4, I have enabled csrf that set to auto generate for every request. I'm able get validation status on first request but when I try…