本地postman请求报HttpMessageNotReadableException异常

mac2024-06-24  47

今天要把秘钥上传到生产的Redis上,以前都是用postman的方式将秘钥传上去,发现不行了报异常:

{ "timestamp": "2019-10-31 15:45:48", "status": 400, "error": "Bad Request", "message": "Required request body is missing: ********.Response ***********.routeExternal(javax.servlet.http.HttpServletRequest,com.alibaba.fastjson.JSONObject)", "path": "/**/***/***tication" }

首先让其他系统调用,通过日志没有发现异常,说明接口没问题;后来发现没有将http改成https;

最新回复(0)