Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

Bearer token that never expires

Token authentication and authorisation for a self-hosted ASP.NET Web API 2 REST service

WebApi secured by Azure Active Directory called from JavaScript

DependencyResolver + Owin + WebApi2

Memory Cache in web api

How to get custom claims value in Asp.net Web Api 2 - Owin - ApiController.

Using ninject with Ninject.Web.Api for Web Api 2 is not working in ASP.NET MVC 5

How to add header in IHttpActionResult in Web API 2?

Change schema of IdentityUser Tables in Web Api 2

Required number parameter defaulting to 0 when not included in JSON

Issue with sending XML to Web Api via http Post request

asp.net-web-api2 webapp2

HttpClient wrapper with Autofac for Web API

Read POST Request body in Web API 2

c# asp.net-web-api2

WebApi - The request contains an entity body but no Content-Type header

Loading Image in JavaScript with Bearer token

Web API custom authentication filter

Correct way to use Serilog with WebApi2

asp.net-web-api2 serilog

Migrating to the WebApi 2.2 RC and getting Response Status 406 (not acceptable)

context.Request.User is null in OWIN OAuthAuthorizationServerProvider

REST API (ASP.NET Web API 2) best practices: How to return 1 - N items that are not one type but 3 related types?