Parse your proxyURL
Send your request to the TLS Client
Your request will ALWAYS be a GET request to the TLS URL (127.0.0.1:8080/request)
Now you need to setup your headers to send the url you send and the items you want to spoof/emulate
This is the BARE MIN you need to send
tls-url:
https://domain.com/api/users/login
tls-browser: chrome # you can use any of these browsers (chrome,firefox,ios,safari)
tls-method: POST # accepted GET/POST
tls-proxy: <proxyURL>
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
^ Change your UA to which browser you have selected it will be pass through to the tls client
Your config headers should like this for each request depending on your setup