João Drummond
João Drummond
You basically need something like this: ``` proxy := goproxy.NewProxyHttpServer() [...] proxy.OnRequest().HandleConnectFunc(func(host string, ctx *goproxy.ProxyCtx) (*goproxy.ConnectAction, string) { var proxyUrl *url.URL proxyUrl, _ = url.Parse("http://PROXY_USER:PROXY_PASSW@PROXY_HOST:PROXY_PORT") proxy.Tr = &http.Transport{ Proxy: http.ProxyURL(proxyUrl),...
I'm on the same boat, almost identical code and same error message. Any solution?
Did a quick debug and saw there's an additional `interval` query property being sent. From what I understand from the method `projects.timeSeries.list`, this property is not needed/used at all, so...
Regarding the JA3 Hash, I guess it's correct, if it shows the same for the browser and impersonate, you're good to go. Another API worth checking is https://tls.peet.ws/api/all (take a...
I'm also having an issue and don't have a clue why, as it was working previously. No matter if I use LD_PRELOAD or not, I'm only getting default curl inside...