ASP Programming Question:
Explain the difference between POST and GET Method.
Answer:
GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.
Previous Question | Next Question |
How do you create a recordset object in VBScript? | Why do we use Option Explicit? |