From what I saw, Kendo upload sends the CSRF token in the POST request body. What am I trying to do is to validate this token when making the request to a Web API method, but can't seem to figure it out.
Does anyone have any ideas? Is there something specific that I should override or change?
Thanks.