We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9964445 + 8abd981 commit 553d486Copy full SHA for 553d486
pkg/proxy/proxy.go
@@ -197,7 +197,7 @@ func (p *Proxy) processAttempt(msg websocket.IncomingMessage) {
197
if p.cfg.PrintJSON {
198
fmt.Println(webhookEvent.Body.Request.Data)
199
} else {
200
- url := "http://localhost:" + p.cfg.Port + p.connections_paths[webhookEvent.Body.ConnectionId]
+ url := "http://localhost:" + p.cfg.Port + webhookEvent.Body.Path
201
202
timeout := webhookEvent.Body.Request.Timeout
203
if timeout == 0 {
0 commit comments