401,703 views
15 votes
15 votes
Different between get and post

User Animesh D
by
2.8k points

1 Answer

5 votes
5 votes

Step-by-step explanation:

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 .

User Vzczc
by
3.4k points