当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

webhook.site

授权协议 View license
开发语言 PHP
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 苏富
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Webhook.site

With Webhook.site, you instantly get a unique, random URL that you can use to test and debug Webhooks and HTTP requests, as well as to create your own workflows using the Custom Actions graphical editor or WebhookScript, a simple scripting language, to transform, validate and process HTTP requests.

What are people using it for?

  • Receive Webhooks without needing an internet-facing Web server
  • Send Webhooks to a server that’s behind a firewall or private subnet
  • Transforming Webhooks into other formats, and re-sending them to different systems
  • Connect different APIs that aren’t compatible
  • Building contact forms that send emails
  • Instantly build APIs without needing infrastructureBuilt by Simon Fredsted (@fredsted).

Open Source

There are two versions of Webhook.site:

  • The completely open-source, MIT-licensed version is available on Github, which can be self-hosted using e.g. Docker, is great for testing Webhooks, but doesn’t include features like Custom Actions.

  • The cloud version at https://webhook.site which has more features, some of them requiring a paid subscription.

Acknowledgements

  • The app was built with Laravel for the API and Angular.js for the frontend SPA.
  • WebhookScript based on Primi Copyright (c) Přemysl Karbula.
  • The WebhookScript editor is using the Ace.
  • JSONPath extraction provided by FlowCommunications.
  • This documentation site uses Just the Docs, a documentation theme for Jekyll.

Full Documentation at docs.webhook.site

  • #!/bin/bash echo "" #输出当前时间 date --date='0 days ago' " %Y-%m-%d %H:%M:%S" echo "Start" #判断宝塔WebHook参数是否存在 if [ ! -n "$1" ]; then           echo "param参数错误"           echo "End"           exit fi #git项

  • https://blog.csdn.net/xukangkang1hao/article/details/80756085 gitlab使用webhook向jenkins发送请求,报错 Requests to the local network are not allowed   以下是官方给出解释: 链接:https://docs.gitlab.com/ee/security/webhooks.

  • 本文整理汇总了Python中django.conf.settings.SITE_NAME属性的典型用法代码示例。如果您正苦于以下问题:Python settings.SITE_NAME属性的具体用法?Python settings.SITE_NAME怎么用?Python settings.SITE_NAME使用的例子?那么恭喜您, 这里精选的属性代码示例或许可以为您提供帮助。 在下文中一共展示了s

  • webhook使用 If you’re building event-driven applications, you’ve probably considered building them in a Serverless platform. It’s really well suited for having small functions, running when there’s an i

  • 网页开发中的网络钩子是一种通过自定义回调函数来增加或更改网页表现的方法。 webhook:发布订阅模式,与api不同的是,webhook无需发送请求即可收到监听地址发布的消息 主要用途:更新客户端

相关阅读

相关文章

相关问答

相关文档