HTTP methods and status codes in Rest service

The most commonly used HTTP methods in Rest services are as below 1) GET This method is used to Get the resource without making any modification to the resource. GET should only get the resource. We can call it as Read only method. 2) POST This method is used to create a new resource. Whenever […]

Share this article on