使用80/443以外的端口作为事件通知URL(webhook) [英] Use ports other than 80/443 for the event notification url (webhook)

查看:245
本文介绍了使用80/443以外的端口作为事件通知URL(webhook)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

设置Webhook时,是否可以将80(http)和443(https)以外的端口用于事件通知URL?像这样:

Is it possible to use other ports than 80(http) and 443(https) for the event notification url when setting up a webhook? Like this:

EventNotification eventNotification = new EventNotification();
eventNotification.Url = "http://example.com:82/Test.asmx/ReceivingMethod";

我无法判断我的服务器是否阻止了流量,或者DocuSign无法使用该网址。

I can't tell if my server is blocking the traffic or if DocuSign can't use that url.

我正在使用 Docusign C#SDK。

推荐答案

您可以使用服务 ngrok 创建一个公共SSL 443服务点,该服务点通过隧道传输到服务器的端口82。

You can use the service ngrok to create a public SSL 443 service point that is tunneled to your server's port 82.

当前,您只能在演示和生产中使用TLS v1.1或更高版本。您还可以使用其他目标端口,但是它们必须都使用https。支持的端口:443、1443、2443、3443、4443、5443、6443、7443、8443或9443

Currently, you can only use TLS v1.1 or greater in demo and production. You can also use other destination ports, but they must all use https. Ports supported: 443, 1443, 2443, 3443, 4443, 5443, 6443, 7443, 8443, or 9443

这篇关于使用80/443以外的端口作为事件通知URL(webhook)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆