Back to Developer Roadmap

Get Post Difference

src/data/question-groups/full-stack/content/get-post-difference.md

4.0258 B
Original Source

While there is no hard rule stating these methods needs to be used in a very specific way, the currently accepted standard, says that:

  • GET: Retrieves data from a server (read-only).
  • POST: Sends data to the server to create or update resources.