News

Take advantage of API key authentication to control the access of applications and services to your Web APIs in ASP.NET Core.
In this article I would present a discussion on implementing HTTP authentication in Web API with code examples to illustrate the concepts discussed.
Today, the World Wide Web Consortium (W3C), the organization behind all web standards, has formally promoted the Web Authentication API to the title of official web standard. This promotion means ...
How to leverage Web APIs in your business March 26, 2015 - 6:07 pm Manfred (@ManfredBo) is API Market Development Director at 3scale – delivering API Management solutions (@3scale on Twitter).
Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the web It's just a "proposal," but it's also being prototyped inside Chrome right now.
Phasing out Basic Authentication is, to be honest, a sensible decision. One of the older web authentication protocols, it uses cleartext usernames and passwords to control access to services.
You can even use HttpModules in Web API application (I've used them to handle Web API authentication, for example). If, however, you're only interested in processing requests for ASP.NET controllers, ...
Microsoft announced its end-of-support plans for some Exchange Web Services components earlier this month. The company plans to deprecate the Exchange Web Services API for Office 365 users, according ...
Web developers looking for a performance boost in ASP.NET 7 Web API projects can pick some low-hanging fruit by using caching. Caching is used to store frequently used data or information in local ...