Is this correct about ajax POST?

Posted by Tommy on Stack Overflow See other posts from Stack Overflow or by Tommy
Published on 2010-05-06T20:42:30Z Indexed on 2010/05/06 20:48 UTC
Read the original article Hit count: 173

Filed under:
|
|
|
|

Could you confirm I understand this correctly.

Using POST, the file specified in xmlhttp.open("GET","ajax_test.asp",true); will not be cached (sent to \Temporary Internet Files) ? It will stay on the server only?

If this is true, is the updated html file after calling ajax POST, being updated in the \Temporary Internet Files ?

Am I missing any other important information of this mechanism?

Thank You.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about JavaScript