Open Estr0gen opened 8 months ago
Usage example
Yes, but that is only with the CycleTLS client, not the fhttp transport.
Yes, but that is only with the CycleTLS client, not the fhttp transport.
I have same problem :(
find a solution????????
Ja3 := "771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,65037-45-16-0-13-43-18-11-65281-23-17513-5-51-10-35-27,25497-29-23-24,0"
UserAgent := headers["user-agent"]
dialer, err := cycletls.NewConnectDialer("http://"+args.IpSession, UserAgent)
if err != nil {
log.Println(err)
}
sess.Transport = cycletls.NewTransportWithProxy(Ja3, UserAgent, dialer)
NewConnectDialer
copy C:\Users\Administrator\go\pkg\mod\github.com!danny-!dasilva!cycle!t!l!s\cycletls@v1.0.26\connect.go newConnectDialer to NewConnectDialer
Description
How do I use NewTransportWithProxy? I cannot seem to find any example of it. Thanks.
Issue Type
Support
Operating System
Linux
Node Version
None
Golang Version
None
Relevant Log Output
No response