Get Vs Post Ajax. GET is designed for getting data from the server. Aug 14 2009 Rule 4.
GET - Requests data from a specified resource POST - Submits data to be processed to a specified resource GET is basically used for just getting retrieving some data from the server. Aug 14 2009 Rule 4. Data is visible to everyone in the URL.
POST so tipicamente capazes de conter muito mais informao.
Never use GET when sending passwords or other sensitive information. Use GET in AJAX environments. POST and lesser-known friends PUT and DELETE are designed for modifying data on the server. GET request is used to retrieve data from the server.
