正确网址上的jsoup 400错误

时间:2015-12-26 14:38:55

标签: http http-headers jsoup

我正在使用mozilla rest客户端并在URL上发送帖子请求,其Spring控制器,我在Mozilla插件上获得200状态,因为同样的URL在jsoup中不起作用,以下任何帮助都是错误的。

org.jsoup.HttpStatusException: HTTP error fetching URL. Status=400, URL=http://localhost:8080/SelfServices/service/mulOrderStatus

jsoup:

Jsoup.connect("http://localhost:8080/SelfServices/service/mulOrderStatus")
                    .header("Content-Type", "text/html")
                    .timeout(5000)
                    .userAgent("Mozilla")
                    .post();

0 个答案:

没有答案