Table of Contents

HTTP - Refresh Header

About

Instruct the browser to refresh a page at a certain interval.

Example

Refresh every 5 seconds

<meta http-equiv="refresh" content="5">

Redirect in HTML

You can use it to do a redirect in HTML via the http-equiv meta.

<meta http-equiv="refresh" content="0; url=https://example.com/path/to/mypage">`

Documentation / Reference