Zend\Http\Client
Zend Framework HTTP client
About this crawler
Zend\Http\Client is a web crawler identified by the regular-expression pattern Zend[\\/_]Http[\\/_]Client in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block Zend\Http\Client traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.13%
Technical details
- Name
- Zend\Http\Client
- Pattern
Zend[\\/_]Http[\\/_]Client- Tags
- http-library
- Reference
- https://framework.zend.com/
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Zend\Http\Client
Zend_Http_Client
Block this crawler
robots.txt — disallow Zend\Http\Client:
User-agent: Zend\Http\Client
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Zend[\\/_]Http[\\/_]Client [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Zend[\\\\/_]Http[\\\\/_]Client") {
return 403;
}
← back to all crawlers