API Testing Interview Questions – Set 02
What is the HTTP protocol supported by REST? GET: GET is used to request data from the specified resource. GET request can be cached and bookmark. It remains in the browser history and has length restriction. When dealing with sensitive data GET requests should not be used. POST: POST is used to send data to server for … Read more