NGINX testcookie robot mitigation module
27 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
testcookie
The testcookie directive enables or disables cookie-based robot mitigation…
httpserverlocation
testcookie_arg
The `testcookie_arg` directive defines a GET parameter name used for…
httpserverlocation
testcookie_deny_keepalive
The 'testcookie_deny_keepalive' directive disables keep-alive connections for…
httpserverlocation
testcookie_domain
The `testcookie_domain` directive specifies the domain associated with the…
httpserverlocation
testcookie_expires
The `testcookie_expires` directive sets the expiration date for the test…
httpserverlocation
testcookie_fallback
Sets the fallback URL for redirects after exceeding maximum cookie setting…
httpserverlocation
testcookie_get_only
The 'testcookie_get_only' directive allows for cookie retrieval without…
httpserverlocation
testcookie_httponly_flag
The testcookie_httponly_flag directive configures the HttpOnly flag for…
httpserverlocation
testcookie_https_location
The `testcookie_https_location` directive specifies the location to which…
httpserverlocation
testcookie_internal
The `testcookie_internal` directive in the NGINX testcookie module enables the…
httpserverlocation
testcookie_max_attempts
The testcookie_max_attempts directive limits the number of redirect attempts…
httpserverlocation
testcookie_name
The testcookie_name directive sets the name of the challenge cookie used for…
httpserverlocation
testcookie_p3p
The 'testcookie_p3p' directive specifies a P3P privacy policy for cookies set…
httpserverlocation
testcookie_pass
The testcookie_pass directive allows you to enable or disable the challenge…
httpserverlocation
testcookie_path
The `testcookie_path` directive specifies the cookie path for challenge…
httpserverlocation
testcookie_port_in_redirect
The 'testcookie_port_in_redirect' directive specifies whether the redirect URI…
httpserverlocation
testcookie_redirect_via_refresh
The testcookie_redirect_via_refresh directive controls whether a webpage…
httpserverlocation
testcookie_refresh_encrypt_cookie
The `testcookie_refresh_encrypt_cookie` directive controls the encryption of…
httpserverlocation
testcookie_refresh_encrypt_cookie_iv
The directive 'testcookie_refresh_encrypt_cookie_iv' configures the…
httpserverlocation
testcookie_refresh_encrypt_cookie_key
The 'testcookie_refresh_encrypt_cookie_key' directive specifies an encryption…
httpserverlocation
testcookie_refresh_status
The testcookie_refresh_status directive controls the HTTP status code returned…
httpserverlocation
testcookie_refresh_template
Sets a custom template for the testcookie challenge/response mechanism in NGINX.
httpserverlocation
testcookie_samesite
The `testcookie_samesite` directive specifies the SameSite attribute for…
httpserverlocation
testcookie_secret
The testcookie_secret directive sets a static secret key used in the…
httpserverlocation
testcookie_secure_flag
Enables setting the Secure flag for challenge cookies to enhance security…
httpserverlocation
testcookie_session
The 'testcookie_session' directive configures the input for challenge…
httpserverlocation
testcookie_whitelist
Defines IP ranges that are exempt from the test cookie verification process…
httpserver