在 acrobat javascript 中发送 get 请求
我一直在 acrobat 文档中寻找一种执行简单 GET 请求并收集响应的方法。有一个 SOAP 接口需要 WSDL 等,但我认为这对于我想要实现的目标来说有点过分了。有谁知道我可以用来执行简单 GET 请求的函数吗?
谢谢, 约翰
I've been looking within the acrobat documentation for a way to do a simple GET request and collect the response. There is a SOAP interface that requires a WSDL, etc, but I think that's a bit overkill for what I'm trying to achieve. Does anyone know of a function I could use to do a simple GET request?
Thanks,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要使用
Net.HTTP
:http: //livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.914.htmlYou want to use
Net.HTTP
: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.914.html