今天使用postman发送delete请求,请求返回“408”状态,提示信息“The request body did not contain the specified number of bytes”,翻译了一下是“请求体没有包含指定的字节数”的意思
解决办法:
将Content-Length的值设为0
今天使用postman发送delete请求,请求返回“408”状态,提示信息“The request body did not contain the specified number of bytes”,翻译了一下是“请求体没有包含指定的字节数”的意思
解决办法:
将Content-Length的值设为0