Computer Science, asked by Amansingh9899, 10 months ago

What is the difference between get and post method

Answers

Answered by rahulgiri931
2

Answer:

Difference between GET and POST method in HTTP. Both GET and POST method is used to transfer data from client to server in HTTP protocol but Main difference between POST and GET method is that GET carries request parameter appended in URL string while POST carries request parameter in message body which makes it more secure way of transferring data from client to server in http protocol.

Similar questions