Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要使用 talend 发送的发布 API 请求。使用 API,我需要发送一个正文和 3n 个标头。知道我应该使用哪个组件以及如何发送 Json 正文和标头吗?
使用 tRestClient,您应该能够发送带有标题的 post 请求。tRestClient 的输入行应包含一个字段名称“body”,其中包含您的 json 文档。标头在 tRestClient 的高级参数中。