index.html comes with cache but it will be better for me if it is constantly reloaded, I don't want to have cache. how can I do that
Thank you!
index.html comes with cache but it will be better for me if it is constantly reloaded, I don't want to have cache. how can I do that
Thank you!
Answer, Using meta HTML tags, Disable browser caching
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">