Symfony. BrowserKit
Symfony PHP browser automation
About this crawler
Symfony. BrowserKit is a web crawler identified by the regular-expression pattern Symfony.* BrowserKit in the User-Agent request header. It is categorised as browser-automation. Use the regex above to detect, log, allow, or block Symfony. BrowserKit traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Symfony. BrowserKit
- Pattern
Symfony.* BrowserKit- Tags
- browser-automation
- Reference
- https://symfony.com/doc/current/components/dom_crawler.html
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Symfony BrowserKit
Symfony2 BrowserKit
Block this crawler
robots.txt — disallow Symfony. BrowserKit:
User-agent: Symfony. BrowserKit
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Symfony.* BrowserKit [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Symfony.* BrowserKit") {
return 403;
}
← back to all crawlers