Edit: I apparently need to fumble around just to realize what question I'm actually trying to ask..
I am using MVC5 and EF6 to build a local web application and am trying to test my web api 2s with Postman. I'm fairly new to http and ASP.NET and am wondering if there exists a tool to make api requests without too much authorization configuration. I understand that entity framework saves validation tokens in the browser, but I can't seem to find a good Chrome extension that will utilize the validation token to test CRUD operations before building out the UI to use them.
I should add this is a large practice project - I'm learning to swim in EF, not dependent on airtight security at this point.
I've tried following the instructions here:
ASP.NET Web API Authorization with Postman
but I can't seem to get Postman and IIS to get along.