在html前端开发过程中,type类型不同,表示链橡的意义也不乎慎同。
type=text 表示文本控件;
type=number表示只能属于数字空间
type=password表示是密码控件。
昨天研发反馈谈锋禅使用EDI的HTTP调用结点时,http响应报错如下: Failed to parse multipart servlet requestnested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found 。
EDI在构建http请求头时设置了 Content-Type 为“multipart/form-datacharset=UTF-8”,缺失基李了 boundary ,导致了如上错误。
正确的Content-Type格式应该为:“multipart/form-databoundary=<calculated when request is sent>”
设置Camel Body的时候需要一起设置header,最终发送请求的header格式类似:
上面的Content-Type是postman内置的,下面的是手动加上的。
实验:
1)两者都勾选,上传成功
2)只勾选手动添加含尘的Content-Type,上传失败,错误同上
3)只勾选内置的Content-Type,上传成功
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)