The server retrieves the URL for each preview refresh. Use the timer to revisit a page at a chosen interval.
Enter a page address and an interval in seconds. VoriTools loads that page, reloads it on that interval and shows the most recent response in the preview; the Refreshed counter records how many cycles have run.
Every reload is fetched by the VoriTools server, not by your browser. The address you enter is sent to us, and the target site sees a request from our server rather than from your network.
A five-second interval means roughly twelve requests per minute to the target server: enough to follow a status page, and clearly visible in that server's logs. Set the interval to match how often the page actually changes.
This tool is limited to 120 refreshes per minute per IP address. Requests above that limit are rejected with HTTP 429 until the minute rolls over.
Only public http:// and https:// addresses are fetched. Loopback, private-range, link-local and cloud-metadata addresses are rejected before any request is made, as are URLs that carry a username and password.
A refused or unreachable address leaves the preview empty, and the counter still advances because a cycle was attempted.