Question - Explain the difference between POST and GET Method ?
Answer -
GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.