DH

Dolphin http client

http-library Dolphin http client\/

Dolphin Android HTTP client

About this crawler

Dolphin http client is a web crawler identified by the regular-expression pattern Dolphin http client\/ in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block Dolphin http client traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.065%
latest snapshot
2026-06-04
matched key: Dolphin
2026-06-012026-06-040.11%

Technical details

Name
Dolphin http client
Pattern
Dolphin http client\/
Tags
http-library
Added
2026/05/09
Instances
2 known sample(s)

Sample User-Agent strings

Dolphin http client/11.2.8(385) (Android)
Dolphin http client/11.3.4(405) (Android)

Block this crawler

robots.txt — disallow Dolphin http client:

User-agent: Dolphin http client Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Dolphin http client\/ [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Dolphin http client\\/") { return 403; }
← back to all crawlers