Computer Science, asked by naeemjani, 2 months ago

What is the difference between GET method and Post method. Write an Example​

Answers

Answered by MightyGuy1409
1

Answer:

Below is the answer

Explanation:

In GET method, values are visible in the URL while in POST method, values are NOT visible in the URL. GET has a limitation on the length of the values, generally 255 characters whereas POST has no limitation on the length of the values since they are submitted via the body of HTTP.

Answered by vihaanmathur10
2

GET retrieves a representation of the specified resource. POST is for writing data, to be processed to the identified resource.

hope this helps you, i would love you mark me as brainliest

Similar questions