Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

Web API 2.0 Owin authorization with multiple .net applications

c# asp.net-web-api2 owin

AuthorizationCodeProvider: Create is never called, how do I generate the authorization code?

Can you post an anonymous object as json to a webapi method and it match the properties of the json object to the parameters of the webapi call?

The route template cannot start with a '/' or > '~' character and it cannot contain a '?' character

IAuthenticationFilter equivalent in MVC6

How to prevent duplicate http requests?

C# HttpClient to post information without waiting for response

Correct way to use PersianCalendar as Table column in entity framework

asp.net asp.net-web-api2

How to validate JWT Token in aspnet.core web api?

Do WebApi 2 and MVC 5 user different routing attributes?

Why am I getting this ActivationException when using Simple Injector with WebApi Self Hosted in OWIN?

CORS enabled Web API fails to add header

Refresh tokens in oauth2 should not be replaced when getting a new access token

Minimal WebAPI2 + OAuth with JWT implementation: 401 always returned

StatusCodeResult or ResponseMessageResult

What is the best practice for sharing models between a WEB API server and an Android client application

Why does the GET method on asp.net Web API return IQueryable?

ASP.NET OAuth Authorization - Difference between using ClientId and Secret and Username and Password

What is GlobalConfiguration.Configuration.EnsureInitialized() in Global.asax ASP.Net Web API

Possible to pass a list of integer through web api or do I have to use a string param