WebmasterID logoWebmasterID
User agents

RestSharp and Unirest user agents

RestSharp is a popular HTTP client for .NET, and Unirest is a lightweight request library available across several languages. Both send a default user agent that names the library unless the developer sets a custom one. Seeing those tokens marks a request as a programmatic REST call from an application, not a human browsing a page.

Partially verified

What this means

RestSharp is a long-standing HTTP client for the .NET ecosystem, often used to consume REST APIs from C# applications. By default it identifies itself with a RestSharp-named user agent and a version, unless the caller overrides it.

Unirest is a small, multi-language request library designed for simple calls. Its implementations likewise send a library-named default. Both tokens, when they appear, indicate programmatic clients rather than browsers.

How they appear

Look for a RestSharp or Unirest product token with a version and no browser compatibility chain. The lack of AppleWebKit, Gecko, or Chrome tokens reinforces that the caller is a library.

Because both make setting a custom user agent straightforward, production clients frequently replace the default with an application-specific string. Match the defaults to catch unconfigured clients, but do not assume their absence means no RestSharp or Unirest traffic.

How it appears in analytics and logs

A user agent naming RestSharp or Unirest indicates an application making HTTP API calls through that client library. It is automation — an integration, job, or service — not a human page view.

Diagnostic use case

Identify scripted REST traffic from RestSharp or Unirest by their library-named defaults, and recognise that these defaults are commonly replaced.

What WebmasterID can help detect

WebmasterID classifies RestSharp and Unirest defaults as scripted, non-browser traffic, helping keep API-client calls separate from human analytics.

Common mistakes

Privacy and accuracy notes

RestSharp and Unirest tokens identify HTTP libraries, not people. WebmasterID reads them as coarse automation signals only.

Related pages

Sources and verification notes

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.