我们使用按内容类型阻止的代理,它阻止了 Acrobat 的“请求签名”功能所需的内容。
与 Adobe 交谈后,他们无法告诉我们他们使用 50 个 URL 中的哪一个来提供此项服务。
答案1
在第二次致电 Adobe 后,他们提供了一份确实有用的不同端点列表。
您需要将该send for signature
部分中的所有内容列入白名单:https://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/endpoints.html
如果您使用 PAC 文件,则需要向if
语句中添加通配符条件。示例:
shExpMatch(host, "*.acrobat.com")