Cloudflare error 1020

I’m reversing an android app and when im replicating the HTTP requests with openbullet it keeps giving me the cloudflare access denied code, even though when theyre done by the app, there are no identifiers being sent, only very barebones headers to describe the HTTP request itself, these aren’t late requests either, these are the very first requests made by the app the first time you launch it. On top of all that, I can easily go back to replicating those same requests in the android app after getting the error in openbullet. So i wanted to ask, is this some new detection method by cloudflare, or is this me being dumb, or do I get a different HTTP listener?

Hi Greg ,
ALMOST questions here , are related to Openbullet

ANTONIO .

the problem im having is with openbullet

1 Like

Try to see in thoses topic
010

Good Luck

i did
[CHARACTER LIMIT]

1 Like

I’ve found out that they only accept HTTP 2.0 connections, idk why I didn’t think of this yesterday.

1 Like

You need to use SystemNet as HTTP Library if you want to be able to make HTTP/2.0 requests