If you are using indy or ics , you could add meta-tags to "no-cache" directly in the request.
Sample code is given below for Indy,
idHttp1.Request.CacheControl := 'no-cache'; //this force use no-cache
Sample code is given below for Indy,
idHttp1.Request.CacheControl := 'no-cache'; //this force use no-cache
No comments:
Post a Comment