如何形成http POST请求来处理xml数据文件

发布于 2025-01-11 11:57:32 字数 364 浏览 0 评论 0原文

我的要求是接受可以在 HTTPS POST 请求中压缩的 xml 数据文件,并且请求可以分块。 请求正文的类型为 application/.xml。

我使用 Postman 发出请求,使用 java spring 编写控制器和其余 api 代码。 我的问题是我的请求将是什么样子,要么是输入中带有 xml 文件的表单数据,要么是在邮递员中选择了 xml 的原始正文。

我发现很难为其卷曲。

以下是请求要求示例: 输入图片此处描述

My requirement is to accept xml data file that may be gziped in HTTPS POST request and request may be chunked.
Request body WILL have the type of application/.xml.

I am using Postman to make request and java spring to write the controller and rest of the api code.
My questions is how will my request will look like, either it will be form data with xml file in input or raw body with xml selected in postman.

I am finding it hard to make a curl for it.

Here is the example request requirement:
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文