Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

404 Not Found or Bad Request?

Migrate Global.asax to Startup.cs

Web API 2, OWIN Authentication, SignOut doesn't logout

How to use Swagger as Welcome Page of IAppBuilder in WebAPI

c# swagger asp.net-web-api2

RoutePrefix vs Route

Unable to get request header in asp net core web API

Enable CORS for Web Api 2 and OWIN token authentication

Stop displaying entire stack trace in WebAPI

Returning IHttpActionResult vs IEnumerable<Item> vs IQueryable<Item>

How to return JSON in an ApiController for a single method?

Apply [Authorize] attribute implicitly to all Web API controllers

Web API 2 OWIN Bearer Token purpose of cookie?

Global exception handling in OWIN middleware

How to return a PDF from a Web API application

WebApi 2 POST with single string parameter not working

Post byte array to Web API server using HttpClient

How do you consume extra parameters in OAuth2 Token request within .net WebApi2 application

Add a custom response header in ApiController

The route template separator character '/' cannot appear consecutively - Attribute routing issue

Deserializing JToken content to an Object