Searching the mirrors of your Website

How to form a link?

Put the link of your website:

The link for searching of the mirrors:

How does it work?

It works through the technology CROS. You give a special link, the user follows the link and sends AJAX requests for all your mirrors and as soon as the positive result is find the user will be readdressed into your website.

How to connect?

1. Sign up.
2. Add the page into your website, which will allow to be tested through AJAX request:

<?php
   header("Access-Control-Allow-Origin: *");
   header("Access-Control-Allow-Methods: GET, OPTIONS");
   header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With");
   header("Cache-Control: no-store");
   header("Expires: Thu, 01 Jan 1970 03:00:00 GMT");
   header("X-RenderFor: allow24.com");

   print("[your personal code]");
?>

3. Add the domain into the list of your mirrors through personal account.

Does HTTPS work?

It’s prohibited to open http requests from the website https because of the restriction of browsers, so that if there isn’t signed SSL certificate into your website, please use HTTP of our service.

What if all the mirrors are unavailable?

In case when all the mirrors are unavailable, the readdressing will occur into the special website, which you can set in your personal account. It can be a page with a recovery of access instructions to your website.

Addons for browsers?

Для корректной работы add-on браузера необходимо ко всем ответам от сервера добавить заголовок "X-RenderFor: allow24.com".