Stop caching of websites

Player Version: latest

I am showing a website with one image via Xibo Player on Windows. The image on the webserver is regularly changed to show a later status but it is cached by the local player. In HTML Head of the webpage caching is deactivated

<head>
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
	<meta charset="UTF-8">
	<meta http-equiv="refresh" content="180">
	<link href="design.css" rel="stylesheet">
</head>

I have configured local IE Settings not to cache anything but most times it takes more than 4 or 5 hours to show the new image. What am i doing wrong?

Thanks for your help!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.