post请求后台接口404

Blade 未结 1 872
answer463
answer463 2020-07-18 12:10

一、该问题的重现步骤是什么?

1. 通过另一个项目的后台使用httppost直接调用后台接口

String url = "
httpPost.setEntity(reqEntity);
HttpResponse httpResponse = httpClient.execute(httpPost);
int statusCode = httpResponse.getStatusLine().getStatusCode();

2. statusCode404找不接口但是直接访问

"http://localhost:8888/blade-biz/test/test";是可以的

3.


二、你期待的结果是什么?实际看到的又是什么?

通过另一个项目调用bladeX接口传输数据

三、你正在使用的是什么产品,什么版本?在什么操作系统上?


四、请提供详细的错误堆栈信息,这很重要。


五、若有更多详细信息,请在下面提供。

1条回答
提交回复