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