Please note that this is a little more technical than my previous articles – sometimes I need to let my inner-geek out. Simply because RESTful APIs are based on resources and use the HTTP verbs (GET, ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. This article introduces practical methods for ...
Take advantage of a DelegatingHandler and the X-HTTP-Method-Override in Web API to overcome browser and firewall constraints When deploying your REST Web API over a public domain, you will sometimes ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three ...
There's more to RESTful services than just using the HTTP verbs. You should also be leveraging the Location header and status code, for example. When REST was proposed as a way of leveraging the HTTP ...
Overloading action methods that use identical HTTP verbs is tricky in ASP.NET Core 5, but there are a number of ways to do it. Let’s explore them. ASP.NET Core 5 is an open source web application ...
Please note that this is a little more technical than my previous articles – sometimes I need to let my inner-geek out. Simply because RESTful APIs are based on resources and use the HTTP verbs (GET, ...