cugwangping commented on issue #5761: URL: https://github.com/apache/seatunnel/issues/5761#issuecomment-1786620730
I have read the source code of Seatunnel. In the Http Post method, only the UrlEncodedFormEntity parameter object is passed in the params parameter, and the Content-Type is set to application/x-www-form-urlencoded. There is no parameter object handling like MultipartEntityBuilder, pom.xml has only httpclient and httpcore dependencies, and no httpmime dependency for handling the body parameter of multipart/form-dataļ¼Are you sure that Content-Type multipart/form-data form parameter passing is supported? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
