Trying to send requests through tls client, cannot understand how to increase redirects

Tls client is an exe, and opened on background, if that even matter. So my headers looks like that, and i know that the response that i need comes after 3 redirects, and as i can see, headers are look like request settings, does anyone know about those “x-tp” things, is there any “x-tp-maxredirects:NUMBER”? Maybe there is some documentation?

x-tp-h2order: :method,:authority,:scheme,:path
x-tp-url: https://XXXXXXX.com/
x-tp-method: POST
x-tp-chid: HelloChrome_115
x-tp-h2settings: {"mode": "auto"}
x-tp-proxy: <proxy>
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
DNT: 1
x-okta-user-agent-extended: xxxxxxxxxxxxxxxxxxxxxxxxxx
accept-language: en
sec-ch-ua-mobile: ?0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
accept-encoding: gzip, deflate, br, zstd
cache-control: max-age=0
origin: https://XXXXXXXXXX.com
priority: u=0, i
referer: https://XXXXXXXXXXX.com
sec-ch-ua: "Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"
sec-ch-ua-platform: "Windows"
sec-fetch-dest: document
sec-fetch-mode: navigate
sec-fetch-site: same-origin
upgrade-insecure-requests: 1
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
cookie: <puppeteerGetCookiesOutput>

Okay, in fact it was “x-tp-redirect: true” xD

The x-tp tls client is very bad and outdated. I suggest you use tls-client-api (documentation).

how to use it in openbullet where should the config.json in?