What is the difference between HTTP-Post and HTTP-Get ?
Answer Posted / nazakat ali
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is xap important?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Explain the different types of assemblies?
How do I open an ashx file?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can we set which type of comparison we want to perform by the CompareValidator control?
Is asp.net a language?
What are the difference between function and stored procedure in .net programming language?
What is the difference between login controls and forms authentication?
How does the iis work?
where can i gather the materials for MCP certification
What is the size of Get method and how much data it can store?
What is the difference between session.abandon() vs clear()?
What are server-side comments in ASP.NET?
What is session in web technology?