Sunday, October 19, 2014

HTTP Get and HTTP Post 10/19

In Google App Engine the HTTP Get request is used to get content from the servers where as the Post request is used to update data. Get request parameters are also displayed in the url and have a maximum length. The Get request also can be cached and does not change anything on the servers. The Post request stores parameters in the body and does not have a maximum length. Post requests are not okay to cache but can change the server.

No comments:

Post a Comment