Is this correct about ajax POST?
- by Tommy
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.