Platform

The unofficial Platform response header identifies the hosting platform or infrastructure serving the response.

Usage

The Platform header is sent by managed hosting providers to expose which platform backs a given site. Hostinger is the dominant sender, using the header to identify its hPanel-based hosting environment. The value "hostinger" appears on the vast majority of sites including this header.

Platforms send the header as part of a broader set of infrastructure-identifying headers. On Hostinger, Platform most often appears alongside Panel and, on a share of responses, X-Hcdn-Cache-Status. Together these headers describe the stack: platform, control panel, and CDN cache status.

Values

hostinger

Indicates the response is served from Hostinger's hosting infrastructure. This is by far the most common value, present on nearly all sites sending the header.

Example

A response from a site hosted on Hostinger. The value identifies the platform directly by name, confirming the request was served from Hostinger's infrastructure.

Platform: hostinger

Observed in the wild

Crawl data across 332 hosts sending Platform shows a single value dominating: hostinger, on effectively every observation. The header is in practice a Hostinger fingerprint rather than a convention shared across providers.

The header travels as a pair. 313 of the observed hosts send Panel alongside, carrying hpanel, Hostinger's control panel, so the two together identify both the hosting company and the management layer in one glance at the response.

The pair matters mostly for reconnaissance, in both directions. An operator debugging an unfamiliar site learns the host without a DNS lookup, and the same transparency hands attackers the platform name for targeting known issues, which is the standing argument against infrastructure headers carrying vendor identity.

See also

Last updated: September 21, 2026