WebAPI2 attribute based routing 404 with nested route
WebAPI2 attribute based routing 404 with nested route i know there lots of (answered) questions relating attribute-based routing, can’t seem find 1 answers particular scenario. i’ve got webapi 2...
View ArticleChanging the responseText from a Owin Oauth Web API request
Changing the responseText from a Owin Oauth Web API request right i’m using owin oauth asp mvc’s web api stuff , works fine. right if create request expired access token response: while valid, i’d...
View ArticleHow to pass model as Multipart form data to web api and return Json as result
How to pass model as Multipart form data to web api and return Json as result i need pass model info in multi part form info format, , api should in json format. i tried creating custom media type...
View ArticleBearer Authentication with JWT
Bearer Authentication with JWT my auth options are: i have set custom access token format implements have overidden method. now, when user registers via external provider, want generate such token ,...
View ArticlePassing parameter from angular js for a POST web api method
Passing parameter from angular js for a POST web api method i have used sample code upload control. web api phone call angularjs controller given below the post web api method in browser, fileuploader...
View ArticleHow to create a log file in Web Api 2?
How to create a log file in Web Api 2? i need create log file info each api called (user, ip, api, timestamp, etc.). i read articles, best are:...
View ArticleWebApi cookie plus Active Directory authentication
WebApi cookie plus Active Directory authentication i have web api uses cookie authentication , works fine cookie , able utilize rest endpoints mvc app. now want utilize api windows service , cannot...
View ArticleWebApi – Get Route from HttpActionDescriptor
WebApi – Get Route from HttpActionDescriptor iam using webapi 2 only attribute routing. how can route given httpactiondescriptor? the httpconfiguration.route collection empty, no suprise. how can...
View ArticleASP.NET Web API 2 XML Post request ignore XML namespace attribute
ASP.NET Web API 2 XML Post request ignore XML namespace attribute for webapi xml request can xml namespace can ignored while model binding. i want below requests bind correctly object:...
View ArticleWeb API data annotations validation of optional model member classes
Web API data annotations validation of optional model member classes i’d validate next : for setup true not providing , properties. i don’t want set attribute in ‘s members because want update each @...
View Article