webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.13k stars 398 forks source link

[Feature Request] Customizable domains #130

Open Sirozha1337 opened 1 year ago

Sirozha1337 commented 1 year ago

It would have been great to have customizable domains like this: {guid}.webhook.site, with webhooks created inside this domain looking like this {guid}.webhook.site/{path}. That way you can create a domain for every service you're trying to mock and then create mocked paths inside each domain.

agardnerIT commented 10 months ago

Agreed. Also, when running on k8s, the domain comes out as http://localhost:8084/UUID which should probably be configurable to be something like https://webhook.webhook.service.cluster.local:8084/UUID