You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cuz some sites even can detect new curl. With GET no problem but POST cant bypass properly sometimes. Tried that curl_chrome116 -X POST https://stake.com/_api/graphql -H "Connection: keep-alive" -H "x-language: en" -H "Keep-Alive: timeout=5, max=100" -H "Accept: application/graphql+json, application/json" -H "Accept-Language: en-US,en;q=0.5" -H "Content-Type: application/json" --json '{"query":"query ActiveRacesStatus {\n activeRaces {\n id\n status\n scope\n }\n}\n","variables":{"limit":10}}' --tlsv1.3 --include --tls13-ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA --http2 --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA with ciphers but no luck. I know that with different TLS emulation works pretty fine. So any way to change it or mb some fixes you know brothers?
The text was updated successfully, but these errors were encountered:
Cuz some sites even can detect new curl. With GET no problem but POST cant bypass properly sometimes. Tried that
curl_chrome116 -X POST https://stake.com/_api/graphql -H "Connection: keep-alive" -H "x-language: en" -H "Keep-Alive: timeout=5, max=100" -H "Accept: application/graphql+json, application/json" -H "Accept-Language: en-US,en;q=0.5" -H "Content-Type: application/json" --json '{"query":"query ActiveRacesStatus {\n activeRaces {\n id\n status\n scope\n }\n}\n","variables":{"limit":10}}' --tlsv1.3 --include --tls13-ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA --http2 --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA
with ciphers but no luck. I know that with different TLS emulation works pretty fine. So any way to change it or mb some fixes you know brothers?The text was updated successfully, but these errors were encountered: