JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman

Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Caching of Requests

Sunday May 17, 2009
Many people misunderstand the real difference between GET and POST

One problem with using GET requests with Ajax is that such requests were designed to retrieve static information. This means that some browsers will cache the response from the first request and return that again for the next call. Not a very good way of retrieving a dynamically changing value from the server. There are two ways to fix this problem as this fourteenth Ajax tutorial demonstrates.

Caching of Requests

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore JavaScript

About.com Special Features

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.