Answers for "$.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name=""]').attr('content') }, type: "POST" });"

8

laravel csrf token ajax post

$.ajaxSetup({
    headers: {
        'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
    }
});
Posted by: Guest on October-29-2020

Code answers related to "$.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name=""]').attr('content') }, type: "POST" });"

Code answers related to "Javascript"

Browse Popular Code Answers by Language