gpt4 book ai didi

java - 这是什么意思 "couldn' t read CGI input from STDIN after alloc read 0 "

转载 作者:行者123 更新时间:2023-12-01 15:55:20 25 4
gpt4 key购买 nike

我尝试从 Java 的 CGI 页面读取响应,在该页面中我使用 apache commons HTTPClient 库发送带有适当参数的 POST 请求。我已经像浏览器一样使用请求 header 构建了请求,java代码以

响应

**

"couldn't read CGI input from STDIN after alloc read 0"

**当在浏览器中使用相同的 CGI 工作正常时,可能是什么原因或者我缺少任何参数。

这是代码

post.addHeader("User-Agent", "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3");
post.addHeader("Host","www.XXX.yyy.in");
post.addHeader("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
post.addHeader("Accept-Language", "en-us,en;q=0.5");
post.addHeader("Accept-Encoding", "gzip,deflate");
post.addHeader("Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7");
post.addHeader("Keep-Alive", "115");
post.addHeader("Connection", "keep-alive");
post.addHeader("Content-Header","10000");
post.addHeader("Referer", "http://www.abc.info/");
post.getParams().setParameter("buttonSubmit.x", "90");
post.getParams().setParameter("buttonSubmit.y", "12");
post.getParams().setParameter("lccp_1", "123");
post.getParams().setParameter("lccp_2", "4567890");
post.getParams().setParameter("texNumber", "1234567890");
// code which submits to the CGI page

最佳答案

http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html

1.1.7.2。 HTML 表单

需要使用setEntity()吗?看起来 java 代码正在检测请求的存在,但没有从中接收任何实际数据。

关于java - 这是什么意思 "couldn' t read CGI input from STDIN after alloc read 0 ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5188951/

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