Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Web Api2

Access-control-allow-methods And Microsoft Edge, Works With Firefox And Chrome

I'm using superagent to execute a DELETE call to my WebApi backend. The pre-flight call says t… Read more Access-control-allow-methods And Microsoft Edge, Works With Firefox And Chrome

How To Do A Rest Api Post Request With Fileupload To An Azure Ad Protected Rest Api

I have the following .net WEB API // [Authorize] public class TenantController : ApiController … Read more How To Do A Rest Api Post Request With Fileupload To An Azure Ad Protected Rest Api