Which of the following HTTP methods is typically used for reading data in CRUD operations?

  • GET
  • POST
  • PUT
  • DELETE
The GET HTTP method is used for reading data in CRUD (Create, Read, Update, Delete) operations. It retrieves data from the server without making any modifications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *