发送 HTTP 请求
有没有办法使用(纯)Inno Setup 发送 HTTP 请求?
isxdl.dll 不是一个选项,因为它创建“下载”窗口。
我也想避免使用curl。
Is there any way to send HTTP request using (pure) Inno Setup?
isxdl.dll isn't an option, because it creates window of the "download".
Also I would like to avoid using curl.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该扩展无需 UI 即可下载; http://www.sherlocksoftware.org/page.php?id=50 (通过
ITD_DownloadFiles
)This extension can download without a UI; http://www.sherlocksoftware.org/page.php?id=50 (Via
ITD_DownloadFiles
)使用
WinHttpRequest
对象:Use
WinHttpRequest
object: