What is the size of Get method and how much data it can store?



What is the size of Get method and how much data it can store?..

Answer / Vaibhav Dixit

"The GET method is a request method used in HTTP protocol for retrieving resources. It does not have a specific size limit, but it is generally recommended to keep GET requests small due to performance and security reasons. The amount of data that a GET request can store depends on the server configuration, but most web servers impose a maximum limit on the size of GET requests (usually around 2KB-8KB).".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


Distinguish between Server-side and Client-side code?

1 Answers   Siebel,


What is autopost?

1 Answers  


What is a user developed application?

1 Answers  


Explain the components of web form in asp.net

1 Answers  


What is bson in web api?

1 Answers  


What are session state modes? List some of the important session state modes of asp.net.

1 Answers  


What is clr? Difference between clr & cts?

1 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


What is the difference between ldap and active directory?

1 Answers  


Apart from IDE what are the enhancements in asp.net 2.0?

1 Answers   Microsoft,


Categories