Welcome Guest, Not a member yet? Register   Sign In
AJAX / Post / delete record not working
#8

(06-22-2022, 06:36 AM)InsiteFX Wrote: You may need to add the header shown below.

Code:
$.ajax({
    url: "your url",
    headers: {'X-Requested-With': 'XMLHttpRequest'}
});

Thanks for you comment. I tried that actually but no change. Also, according to the ci4 documentation for jquery the headers don't need to be explicit set. I found the documentation here.
Reply


Messages In This Thread
RE: AJAX / Post / delete record not working - by spreaderman - 06-22-2022, 04:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB