Skip to content

Commit

Permalink
Support for right-clicking within intercept
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 28, 2023
1 parent ab70493 commit 606897f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/proxy/http11webproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func onHttp11RequestReceived(req *http.Request, ctx *goproxy.ProxyCtx) (*http.Re
}

if interceptSettings.BrowserToServer {
request.Record()
interceptedRequest := interceptRequest(request, "", "browser_to_server", requestBytes, hookRun, nil)
<-interceptedRequest.ResponseReady

Expand Down

0 comments on commit 606897f

Please sign in to comment.