employer cover photo
employer logo
employer logo

July Systems

Übernommen von Cisco

Ist dies Ihr Unternehmen?

Frage im Vorstellungsgespräch bei July Systems

What is HTTP GET POST methods?

Antwort im Vorstellungsgespräch

Anonym

8. Jan. 2012

HTTP Get method is used to interact with the server and client, to get the information or data. Through HTTP GET the query which u send will be displayed in the URL of the browser, which is not good in case of security issue. Moreover the Data which you can send through the HttpGet method is less then HTTP POST. Http Post method is used to interact with the server and client, to get the information or data. Through HTTP HttpPost the query which u send willnot be displayed in the URL of the browser, which is good in case of security issue. Moreover the Data which you can send through the HttpPost method is more.

1