ENVIRINMENT
- Windows, nginx, PHP7.4, Laravel 5.1, localhost without vHost
INFO
- Token is included with post request viq VueJS qjqx call
$.ajax({
method: "POST",
url: "/"+this.locale+"/modalUserAccount"+ '?_token=' + this.token,
data: formData,
enctype: 'multipart/form-data',
processData: false, // tell jQuery not to process the data
contentType: false, // tell jQuery not to set contentType
async: false,
success: function() {
that.nextWizard(tabIndex)
},