Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌上搜索了好几个小时。也许我搜索了错误的关键字。这就是我想要做的。
我正在将数据发布到一个网站,然后该网站发出一个 HTTP POST 请求并返回一个 .CGI 网页。我想知道网页用于发送 HTTP POST 请求的参数,以便我可以通过让用户在我自己的网页上输入数据来直接将我的网页中的页面链接到最终的 .CGI 网页。
我如何实现它?
通常 POST 正文通过管道传输到 STDIN,只需将其作为普通文件读取