webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.

OTHER License

Stars
5K

Bot releases are visible (Hide)

webhook.site - Version 1.3 – LTS Latest Release

Published by fredsted over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/webhooksite/webhook.site/compare/1.2...1.3

webhook.site - Version 1.2 – LTS

Published by fredsted over 3 years ago

  • JSON bigint support (#76)
  • Use browser locale (#66)
  • Fix fastcgi address for Docker (#64)
  • Syntax highlighting (#61)
  • Form parameters displayed in table (#39, #37)
  • Ability to delete all requests (#31)
webhook.site - Version 1.1 – Redis support

Published by fredsted over 6 years ago

New features:

  • Redis is used for storage of requests.
  • A SQLite-to-Redis migration script is provided (php artisan webhook:migrate)
  • Laravel Echo has replaced Pusher, however Pusher can still be used as backend.
  • A default expiry date for webhooks is now 7 days, and requests are automatically expired (using EXPIRE in Redis) if they haven't been requested in 7 days.
webhook.site - Version 1.0

Published by fredsted over 6 years ago

This is the last release that supports SQLite as storage. Newer versions have shifted to using Redis.