Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复weixin-java-mp发送文件上传请求时Content-Type没有boundary的问题 #3282

Merged
merged 1 commit into from
May 15, 2024

Conversation

ChenJiaXin520
Copy link

@ChenJiaXin520 ChenJiaXin520 commented May 13, 2024

MaterialUploadApacheHttpRequestExecutor手动设置的Content-Type请求头没有boundary,是一个非标准的文件上传请求头,虽然微信提供了对这类非标准请求的支持,但如果请求需要先经过我们的tomcat server,那么都会报错:the request was rejected because no multipart boundary was found。不设置Content-Type请求头,httpclient将会自动设置,值为entity的getContentType方法返回值。MultipartFormEntity的getContentType方法将会返回boundary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants