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
Hey @k0ngoz, I have a similar use-case, where one is able to Hijack CONNECT and also able to modify the request data, which currently does not work due to SSL certificate failures.
I have been unable to use
.handleConnect
, to hijack the CONNECT requests, and also.DoFunc
to be able to access and modify request data.When using
.handleConnect
, my.DoFunc
function is just not triggered at all.`
p := goproxy.NewProxyHttpServer()
`
The text was updated successfully, but these errors were encountered: