gpt4 book ai didi

javascript - 将 pdf 提交到网络服务器时发送 HTTP Basic-Auth header 信息

转载 作者:行者123 更新时间:2023-11-30 17:09:58 25 4
gpt4 key购买 nike

我正在寻找有关如何通过 javascript 发送 HTTP Basic-Auth header 信息作为 pdf 提交的一部分的示例。

我从其中一个 iText pdf 示例中找到了以下示例 javascript 代码:

this.submitForm({
cURL:"http://itextpdf.com:8080/book/request",
cSubmitAs: "HTML"
});

作为 submitForm() 方法的一部分,是否有任何其他选项可以发送 HTTP 用户名:密码?

感谢您的帮助。

最佳答案

我不是使用 PDF 表单的专家,但根据我从 API documentation 收集的信息(第 345 页)和关于 Adobe's help forum 的回复看起来不可能。

虽然您可以查看 Net.HTTP.request,但它确实有一个 oAuthenticate 参数(API 8.1 documentationhere 上的第 550 页API 9.1) 将允许您为 HTTP 身份验证传递用户名和密码,或者显示一个对话框,用户可以在其中输入这些内容——您实际上可以修改任何 HTTP header 。

使用适当的 oRequest 以这种方式执行 POST 请求将(可能)最终得到您正在寻找的结果。

Note: Just realised the PDF I was citing is from SDK 8.1, SDK 9.1 doesn't show any authentication parameter for the submitForm method either though.

关于javascript - 将 pdf 提交到网络服务器时发送 HTTP Basic-Auth header 信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27239467/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com