Danny-Dasilva / CycleTLS

Spoof TLS/JA3 fingerprints in GO and Javascript
GNU General Public License v3.0
881 stars 167 forks source link

Extension {{ 65037 }} is not Supported #138

Closed Nevgup closed 8 months ago

Nevgup commented 2 years ago

Description

Hello

I'm trying to make a GET request, but I have an error with this ja3 :

        let response = await cycleTLS.get("https://myapi.com/api/user", {
            body: '',
            ja3: '771,4865-4867-4866-49195-49199-52393-52392-49196-49200-49162-49161-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-34-51-43-13-45-28-65037,29-23-24-25-256-257,0',
            userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0',
        })
{
  status: 0,
  body: '-> \n' +
    'Get "https://myapi.com/api/user": Extension {{ 65037 }} is not Supported by CycleTLS please raise an issue',
  headers: {}
}

Could you help me please ?

Thanks :)

Issue Type

No response

Operating System

No response

Node Version

No response

Golang Version

No response

Relevant Log Output

No response

llcardinal commented 11 months ago

bump

Danny-Dasilva commented 11 months ago

Looking for help for this https://github.com/refraction-networking/utls/issues/240

Danny-Dasilva commented 8 months ago

this is now support on version 1.0.25. A big thanks to @gaukas and the utls team