使用Curl获取403错误,使用jsessionId调用java Web应用程序

时间:2015-04-01 11:44:52

标签: java tomcat curl centos

我正在运行我的CentOS版本6.4(最终版)中的curl命令,如下面一行所示,请求的页面是托管在Tomcat7上的java Web应用程序页面。

curl http://10.1.1.140:8080/tmp/tmp2000

作为回应我得到了一些sessionId所以我要求下一页这样:

curl http://10.1.1.140:8080/tmp/pages/next;jsessionid=71A6FC0D190AB25A63938DFCBEE26025?cbb0fc79382a4f039e6f8eb5fef8b1cd=success.filled

但作为回应我得到了这个:

<html><head><title>Apache Tomcat/7.0.26 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>Access to the specified resource () has been forbidden.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/7.0.26</h3></body></html>

这是&#34; HTTP状态403&#34;。

的错误

0 个答案:

没有答案