Skip to content

$bot_producer

The $bot_producer variable identifies the operator of a bot making the request.

Type

string

Possible values

  • Google
  • OpenAI
  • Anthropic

Example

location / {
    if ($is_bot) {
        proxy_set_header X-Bot-Producer $bot_producer;
    }
}