My application using Asp.Net Web Core 2.0 Web Api and Front UI in angular4. Would like to check Antiforgery before I submit my API to Angular4 developer. I am using fiddler to test all my APIs.
Gone through this topic: Angular2 ASP.NET Core AntiForgeryToken
and applied the same, but don't know how to test it from Fiddler. I think the implementation is based on Cookie whereas to check in Http, I will need it as Http Header.
And the point is how will I get the token then.