Engines/edgehtml
Microsoft

EdgeHTML

Microsoft’s short-lived Edge engine — a cleaned-up Trident fork used by legacy Edge before the Chromium switch. UAs use Edge/… (not the modern Edg/ token).

Jan 2015
first seen in our archive
9.7K
distinct User-Agents
6.0M+
requests seen

Official: en.wikipedia.org/wiki/EdgeHTML·Vendor: Microsoft

Parse it

Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response. Paid deep returns the engine as `EdgeHTML` when the string matches.

curl -s "https://api.parseapi.com/useragent?deep=true" \
  -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393" \
  -H "X-Api-Key: $PARSEAPI_KEY"

# deep.engine → { "name": "EdgeHTML", "version": … }

Example User-Agents

Real strings from our archive that resolve to EdgeHTML. Each opens a full breakdown.