Is it possible to send a CSRF token from the client (standard ASP.NET) to a controller method server side that uses the built in [ValidateAntiForgeryToken]attribute?
We want to mitigate CSRF between a ASP.NET client and MVC Server side controller methods.