Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-web-api2

How do you restrict requests so they only work if it is accessed by a specific domain

Cannot validate token in UseJwtBearerAuthentication. Authorization has been denied

OData V4 $expand nested $filter and $orderby -- combine $filter and $orderby inside expand

WebApi Post Methods always Returns "The requested resource does not support http method 'GET'." Status: 405 Method Not Allowed

Reading every incoming request (URL) in ASP.NET WEB API

Roles vs Claims Authorization Asp.net web api-2 with WIF and OWIN Middleware

Parameterless constructor error with autofac in web api 2

Angular/Web API 2 returns invalid or corrupt file with StreamContent or ByteArrayContent

ASP.NET Web API 2 and partial updates

Web API OData EnableLowerCamelCase

c# odata asp.net-web-api2

Building a Web-API with Oauth2/OpenID connect

Ordering attributes in ASP.NET WebApi response models inheriting href and id from a base class

How to return from an IHttpActionResult method a custom variable?

c# json asp.net-web-api2

How to map query parameters with dashes in their names

Asp.net 5 web api return status code and body

Mock HttpResponseMessage while unit testing API with Moq and AutoFixture

Have a WebAPI Controller send an http request to another controller within the same service

Asp.net Web API normalize arguments

WebApi2: Custom parameter binding to bind partial parameters

Getting the current MediaTypeFormatter from the Request object, possible?