Performing a POST request and using NTLM auth receives ‘400 Empty or invalid anti forgery header token.’ that forces me to remove the cookie from the header.
is there any header property to disable the Anti-forgery token validation, like IgnoreAntiforgeryToken? that we can use
This is a server-side protection. It would be a security issue if you could disable it on the client-side.