PlayStation browser user agent
PlayStation consoles include a WebKit-based web browser. Its user-agent string carries WebKit tokens together with a PlayStation platform token (such as a PlayStation 4 or PlayStation 5 indicator), which lets you recognise console web traffic and separate it from desktop and mobile browsers.
What this means
PlayStation consoles ship with a built-in browser used for web access and captive-portal logins. It is WebKit-based, so it behaves somewhat like Safari, but it is a console browser with its own constraints rather than a full desktop browser.
The PlayStation platform token in the user agent is the reliable indicator that the request came from a console.
How it appears
Expect a Mozilla/5.0 prefix, WebKit tokens, and a PlayStation platform token that names the console generation. Because the engine is WebKit, simplistic detection can confuse it with Safari; the PlayStation token disambiguates it.
Match on the PlayStation platform token rather than a version. The string is a claim and can be copied, so treat it as device context.
- Platform token names the PlayStation console generation
- WebKit-based, so it shares some Safari-family behaviour
- Used for general browsing and captive-portal logins
How it appears in analytics and logs
A WebKit user agent carrying a PlayStation platform token indicates a PlayStation console browser. It is real human traffic from a game console rather than a phone or computer.
Diagnostic use case
Identify PlayStation console web traffic, keep it distinct from desktop and mobile, and account for the browser's WebKit-based, console-constrained behaviour.
What WebmasterID can help detect
WebmasterID can classify the PlayStation platform token as console traffic, keeping game-console form factor distinct in reporting.
Common mistakes
- Labelling PlayStation traffic as Safari because the engine is WebKit.
- Treating console traffic as desktop or mobile rather than its own form factor.
- Expecting full desktop capabilities from the console browser.
Privacy and accuracy notes
The PlayStation token reveals the device class, not the person using it. WebmasterID reads it as coarse device context only.
Related pages
- Smart TV and game console user agents
Smart TVs and game consoles have built-in browsers and embedded webviews whose user agents include device-specific tokens — a SMART-TV marker, a platform name, or a console identifier. Recognising these connected-TV (CTV) and console tokens separates living-room devices from phones and desktops in your traffic.
- Nintendo Switch browser user agent
The Nintendo Switch includes a limited built-in web browser based on WebKit, used mainly for captive-portal logins and embedded views. Its user-agent string carries a NintendoBrowser product token alongside WebKit tokens, which identifies console traffic so you can separate it from desktop and mobile browsers.
- Safari user agent on iOS and macOS
Safari's user agent is built around WebKit and a Version token, and differs between macOS and iOS. A notable quirk is that iPadOS can present a desktop-class Safari user agent, which can make an iPad look like a Mac in logs. This page covers the pattern and the platform-specific behaviour.
- Privacy-first analytics
See console form factor as coarse device context.
Sources and verification notes
- MDN — User-Agent header structurePlayStation platform token observed for the console's WebKit browser; version not pinned.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.