Webhook.site Versions Save

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

1.3

10 months ago

What's Changed

New Contributors

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

1.2

2 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)

1.1

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.

1.0

6 years ago

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