Put the link of your website:
The link for searching of the mirrors:
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.
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.
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.
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.
Для корректной работы add-on браузера необходимо ко всем ответам от сервера добавить заголовок "X-RenderFor: allow24.com".