TLS-Fingerprint-API
TLS-Fingerprint-API copied to clipboard
200 empty response
Worked great so far to avoid fingerprints, but getting detected by Bet365 now (most likely CF blocking it).
Reproduce:
- Go to random event at Bet365
- Find a request containing 'web?' in networks tab, copy as curl
- Paste it into your API
It returns 200 OK, with empty response body. Without your API, I'm getting 403 Forbidden by CF.
I don't think 200 empty response is a fingerprinting block.
Visiting the URL directly in chrome results in the same thing. I think you might need to set a referrer header.
Getting same issue when copy-pasting exactly same request into your API with all headers, so they must be detecting it somehow. 100% not IP related. Do you have any ideas how they can be detecting it still?
Its happening with me too. Same thing, same url, same copypaste
@bjermeland Did you solve it?