如何将所有子域都包含到 SDK 域中?

How to include all subdomains into SDK Domains?

我有一个使用 js api 的小程序正在处理“http://test.de

所以我的 SDK 域显示为:

现在我想将 api 移动到 test.de
的几个子域中 所以我这样更改了 SDK 域:

哪个有效。

抛出此错误:

如果我在有效的 SDK 域上专门设置子域,它将起作用:

那么如何让有效的 SDK 域接受已批准 url 的所有子域?

根据来自 LinkedIn 和其他 material 的 documentation 关于此事,您不能在有效 sdk 域名列表中使用通配符。

文档指出:

Provide a comma-separated list of fully qualified domain names, including the protocol (i.e. http, https) and any non-standard port numbers.

您对 API 的期望将非常有帮助,但至少目前看来无法从 LinkedIn 获得。