From HEXONET Wiki
Line 166: | Line 166: | ||
= TLD specific = | = TLD specific = | ||
− | + | == Instant Mobilizer Service == | |
+ | |||
+ | The .MOBI registry provides a dynamic web proxy service, called Instant Mobilizer, that can be assigned to a .MOBI domain. This proxy automatically transforms the web content of an existing non-.MOBI domain name in a way that it becomes compliant to the xhtml-mp profile for mobile devices. | ||
+ | |||
+ | The Instant Mobilizer can be enabled via the [[API:AddDomain | AddDomain]] and [[API:ModifyDomain | ModifyDomain]] API commands, using the following parameters: | ||
+ | |||
+ | <div id="parameter">X-MOBI-ACCEPT-INSTANTMOBILIZER-TAC</div> = 0 | 1 and <div id="parameter">X-MOBI-INSTANTMOBILIZER-DOMAIN</div> = <DOMAIN> | ||
+ | |||
+ | |||
+ | E.g. to activate the Instant Mobilizer Service and proxy "http://www.acme-the-best-company.com/": | ||
+ | |||
+ | <pre> | ||
+ | COMMAND = ModifyDomain | ||
+ | DOMAIN = acme.mobi | ||
+ | X-MOBI-ACCEPT-INSTANTMOBILIZER-TAC = 1 | ||
+ | X-MOBI-INSTANTMOBILIZER-DOMAIN = www.acme-the-best-company.com | ||
+ | </pre> | ||
+ | |||
+ | E.g. to deactivate the Instant Mobilizer Service: | ||
+ | |||
+ | <pre> | ||
+ | COMMAND = ModifyDomain | ||
+ | DOMAIN = acme.mobi | ||
+ | X-MOBI-ACCEPT-INSTANTMOBILIZER-TAC = 0 | ||
+ | </pre> | ||
+ | |||
+ | When activating the Instant Mobilizer Service, the original nameserver set will be replaced by one provided by the registry, but it will be restored to the original set once the service gets deactivated. | ||
= Addons = | = Addons = |
Revision as of 08:21, 7 August 2012