Tandem - HP NonStop 中是否有与 cURL 等效的工具?

发布于 2025-01-14 12:50:14 字数 65 浏览 1 评论 0原文

我需要从 NonStop 计算机对 URL 执行简单的 HTTP POST,以确保服务正常运行。有办法做到这一点吗?

I need to execute a simple HTTP POST to a URL from the NonStop computer to make sure a service functions correctly. Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲琵琶半遮面シ 2025-01-21 12:50:14

使用内置 TACL 命令发出 HTTP POST 请求。 TACL 命令 POST 允许您将 HTTP POST 请求发送到指定的 URL。例如:

POST url headers=content-type:text/plain
data=这是请求正文

Use the built-in TACL commands to make an HTTP POST request. The TACL command POST allows you to send an HTTP POST request to a specified URL. For example:

POST url headers=content-type:text/plain
data=This is the request body

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文