Raj Kumar
Computer Science And Engineering

Differentiate between http get and post.

Web Technology and its Applications

Explanation

1166    0
Get Method Post Method

GET is used to request data from a specified resource.

POST is used to send data to a server to create/update a resource.

GET requests can be cached

POST requests are never cached

GET requests remain in the browser history

POST requests do not remain in the browser history

GET requests can be bookmarked

POST requests cannot be bookmarked

GET requests have length restrictions

POST requests have no restrictions on data length

 



Share:   
   Raj Kumar
Computer Science And Engineering

More Questions from Web Technology and its Applications Module 2