I want to know on all possibilities of HTTP Verbs.
- Can we post new records using HttpGET?
- Can we fetch data using HttpPOST, HttpPUT or HttpDelete?
These were few questions I was asked in a interview.
Apart from these, are there any other tricks or tweaks, that can be done in web api action method to make them perform operations other than what it is meant to?