Open source · fixed callback URLs
Debug the real webhook.
On your laptop.
Claim one path on an existing callback endpoint. Its traffic reaches localhost while every other path keeps serving the real app.
Provider→
Tunlease→localhost:8080
1 Install
brew install iml885203/tap/tunlease
2 Claim your path
tul claim '/demo/my-webhook/' -p 8080 -g tunlease-relay.dotw.me
● Connected /demo/my-webhook/ → localhost:8080 Waiting for requests… (Ctrl+C to release)
That’s it. Keep the command running while you debug.