What is Request Fingerprint Block?
Request fingerprint block is a network-layer rejection triggered when the cryptographic and HTTP characteristics of your inbound request do not match the expected signature of the user-agent you are claiming to be. Unlike behavioral blocks that require multiple requests to detect a pattern, a fingerprint block happens on the very first TCP connection. If your Python script claims to be Chrome 124 but negotiates TLS like OpenSSL, your pipeline is dead before the server even parses the path.