Question
Suppose if get method is less secure than post method then why they introduced get method.and well use only post method alone. Wats the need for get here?

Answers

Using GET method form data is appended to URL while using POST method it is transferred in the message body.
GET method is intended for information retrieval. It should be used to retrieve information that do not change state of server.
For functions such as login, POST method is preferable due to security reasons.   Your Comment






Search
Can you Answer!!
  • Q What are synchronized methods ?
  • Q What do you understand by anchoring in reports?
  • Q What is meant by a wrapper class ?
  • Q Is it better to bitshift a value than to multiply by 2?
  • Q o you know anything about our company?
  • Q Which chemical is also known in the names of ‘Pearl ash and Salt of tarter ‘?
  • Q Op-amp is used mostly as an integrator than a differentiator. Why?
  • Q Who is the current Food & Consumer Affairs minister:
  • Q what is the Acronym for DDL
  • Q How to handle frame in WebDriver
  • Q How can you execute a dos command from sql or through sql query by using xp_cmdshell?