Informatica HTTP转换,终点URL没有给出获取方法的响应

发布于 2025-01-26 04:51:59 字数 353 浏览 4 评论 0原文

我正在尝试使用HTTP转换来从API中获取响应。在这里,我没有向授权发送任何令牌或凭据。我只是使用空白文本文件作为源,在HTTP转换中提到了URL。下面的映射是

SQ(Blank text file)-->HTTP(GET method and URL)-->http response(FlatFile)

正确的,如果我可以将空白文本文件用作源,因为我没有发送任何数据以获取请求。我会在图像

I am trying to use HTTP transformation for getting response from an api. Here I am not sending any token or credentials for authorization. I am just using blanK text file as source and in HTTP transformation mentioned the URL. Below is mapping

SQ(Blank text file)-->HTTP(GET method and URL)-->http response(FlatFile)

Kindly correct if I can use blank text file as source since I am not sending any data for GET request. I am getting error as follows in the imagesession log image

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪淡了忧伤 2025-02-02 04:51:59

此错误与发送的数据无关。该错误提到了证书的问题。链中的证书之一是自我签名的 - 这意味着(简短地)它不能被信任。尝试阅读此线程以获取更多信息。

This error is not about data being sent. The error mentions a problem with the certificate. One of certificates in the chain is self-signed - this means (briefly) it cannot be trusted. Try reading this thread for more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文