Laravel 4, Jquery .ajax, No Post Input Received
I must be missing something, didn't think this would have been a issue. I have a login form that has no connection to laravel form, although its on the same domain, and a POST rout
Solution 1:
I just removed the trailing slash in the Ajax request URL and everything worked as planned.
Post a Comment for "Laravel 4, Jquery .ajax, No Post Input Received"