Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api

How to use ETag in Web API using action filter along with HttpResponseMessage

c# asp.net-web-api

How to get instance of dependency resolver in ASP.NET web API

How Do You "Really" Serialize Circular Referencing Objects With Newtonsoft.Json?

How do I get the error message from an HttpResponse object in WebAPI?

c# asp.net-web-api

MVC .NET cookie authenticated system acessing a Web Api with token authentication

HttpClient Headers vs HttpRequestMessage Headers

Session Management in Angular+Web API application

Why won't Web API deserialize this but JSON.Net will?

How do I retrieve body values from an HTTP POST request in an ASP.NET Web API ValueProvider?

ASP.NET Web API and OpenID Connect: how to get Access Token from Authorization Code

Pass an object from ActionFilter.OnActionExecuting() to an ApiController

How to pass Windows Authentication credential from client to Web API service

Capture exception during request deserialization in WebAPI C#

asp web api patch implementation

Adding additional logic to Bearer authorization

Fiddler testing API Post passing a [Frombody] class

c# asp.net-web-api fiddler

Implementing ETag Support in ASP.NET MVC4 WebAPI

405 Message, method not allowed with Web Api

Autofac - The request lifetime scope cannot be created because the HttpContext is not available - due to async code?

Web API passing Object to a Get method