What is missing in my ajax post request that fails to return a 200 response? – Jquery ajax
Can someone tell me what's missing in my ajax request? I originally thought it was the _token but I still don't get a 200 response. Maybe it's a missing parameter in my function? Below is my code, built on Laravel.…