我目前正在我的应用程序中运行一个码头网络服务器。其中一位客户正在使用 HttpPost 调用我的 this。
有时它会起作用,有时他会收到 HTTP 400 BAD 请求。
这些是日志
About to connect() to 10.184.209.142 port 8080
Trying 10.184.209.142...
Connected to 10.184.209.142 (10.184.209.142) port 8080
POST /CSCIntegration HTTP/1.1
User-Agent: CSC Test
Host: 10.184.209.142:8080
Accept: */*
From: anonymous@unknown.com
Connection: close
Content-Type: text/xml; charset=utf-8
Content-Length: 440
如果我使用 Junit 运行相同的程序,我看不到任何问题。
是因为 HttpPost 中缺少斜杠吗?这个错误是由于码头问题吗?