0

Using javascript or its libraries is there any way to clear cached XHR data on client?

I want to test my app on few localhosts, wanted to clear XML HTTP Requests on client rather than on server, is there any way?

1 Answers1

0

easy solution simple adds some extra parameters at the end eg: original

http://yoursite.com/index.html

and avoiding cache

http://yoursite.com/index.html?rnd=123456
derki
  • 620
  • 3
  • 7