Difference between Htttppost and Httpget Methods?

Answers were Sorted based on User's Feedback



Difference between Htttppost and Httpget Methods?..

Answer / shashikesh

As their names imply, both HTTP GET and HTTP POST use HTTP
as their underlying protocol. Both of these methods encode
request parameters as name/value pairs in the HTTP request.
The GET method creates a query string and appends it to the
script’s URL on the server that handles the request.
The POST method creates a name/value pairs that are passed
in the body of the HTTP request message.

Is This Answer Correct ?    14 Yes 0 No

Difference between Htttppost and Httpget Methods?..

Answer / neha

Http Get is generally used when you send the request for first time on the server,
Http post is used once the page is there on user side and again the page is sent on the server to get some request

Is This Answer Correct ?    2 Yes 7 No

Difference between Htttppost and Httpget Methods?..

Answer / satish

HTTP Get is a protocol is used to get the data from the
server side.While coming to the HTTP post to append the
data to the client side to server side which can given by
the user on URL

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


I create small website, i want accept all the browser this website? what will do?

1 Answers  


What is strong-typing versus weak-typing? Which is preferred? Why?

2 Answers  


What is HTTPModule and HTTPcontext? What is the use of each?

0 Answers   Accenture,


How to authenticate users using web.config ?

1 Answers   Patni,


Explain exception filters?

0 Answers  


What are asp.net web forms?

0 Answers  


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


Which .NET framework supports Web API?

0 Answers  


How Can assign alias name for ASP.NET Web API Action?

0 Answers  


What is parse in asp.net?

0 Answers  


What is the difference between user control an custom control?

0 Answers  


Categories