Monthly Archives: January 2021

REST – Automation

Web browsers use REST to get and post information to web servers or other systems that use HTTP. The same HTTP request methods and response codes are used. Figure 12-4 shows a create, retrieve, update, and delete (CRUD) example with a client using HTTP POST, GET, PUT, and DELETE calls along with the response codes… Read More »