Differentiate between http get and post.


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 to whatsapp

More Questions from Web Technology and its Applications Module 2

What is Responsive Design? Explain the components that make responsive web design. Why its important ? explain in detail.
View

Write short note on radio buttons and check boxes?


View
Compare/Difference between radio button and checkbox controls of HTML 5 with Examples.
View
Approaches to CSS Layout .
Explain fixed Layout and Liquid Layout with example each. List liquid and Fixed layout Advantages and limitations.
View
Explain different forms of text input controls with example.
View
What does floating an element do in CSS ? How do you float an element?
View
Explain Positioning Elements in CSS?
(or)
Explain the different ways of position Elements In CSS layout techniques
View