Might be this the first interview question by the viva board. Which is very basic and you have to explain clearly. That's why i am trying to write the post "Basic difference between GET and POST method". Basically both method is used for submitting data into server. Read the differences from below:
Post Mechanism:
1. GET request is sent via URL.
2. Post request is sent via HTTP request body or
↧