(no title)
itsananderson | 4 years ago
First, it lets you easily see what the Webhooks payload looks like in real life. Second, it lets you hit your endpoint repeatedly with the same payload (while iterating on your code), without having to trigger the 3rd party event again.
anderspitman|4 years ago
francislavoie|4 years ago
thrower123|4 years ago
8n4vidtmkvmk|4 years ago
``` ssh -tR "${HOST_PORT}:localhost:${LOCAL_PORT}" "${USER}@${HOST}" "multitail --basename -mb 2MB --follow-all --mergeall -n 0 -cS apache /srv/mydomain/logs/access.log -n 0 -cS apache_error /srv/mydomain/logs/error.log" ```
Which at least lets me see the nginx request logs as they come in. But no, I can't replay them or anything.