使用 PHP 时尝试连接到 FedEx Ship Service API 时出错

发布于 2024-07-26 04:31:11 字数 306 浏览 8 评论 0原文

我决定将联邦快递运输服务集成到我的一个在线应用程序中。 我从 FedEX 开发人员中心下载了示例 PHP 代码。 但是当我尝试使用 ShipGroundDomestic.php5 时,我收到错误。 我根据我的规格修改了该文件 插入凭据。 但我无法让它发挥作用。 我收到以下错误,

故障 代码:HTTP 字符串:无法连接到主机

我已确保不存在文件路径问题& 其他相关问题。 但我不断收到此错误。 我想知道你们中是否有人使用过这个& 就会知道如何解决这个问题。 我尝试联系联邦快递人员,但没有帮助。

I had decided to integrate FedEx Shipping Service into one of my online apps.
I downloaded a sample PHP code from the FedEX developer center. But when I tried to work with the ShipGroundDomestic.php5 I am getting error. I modified the file according to my specifications & plugged in the credentials. But I am unable to make it work. I am getting following error,

Fault
Code:HTTP
String:Could not connect to host

I have made sure that there are no file path issues & other related issues. But I am constantly getting this error. I was wondering if any of you guys have worked with this & would know how to resolve this. I tried contacting the FedEx guys but its unhelpful.

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

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

发布评论

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

评论(2

无语# 2024-08-02 04:31:11

您是否进行过数据包捕获以查看您是否正在生成/发送数据包或者在此之前是否失败。 如果无法生成数据包,请检查以确保应用程序正确解析 URL。

Have you done a packet capture to see if you are generating/sending packets or if it fails before that. If it fails to generate packets then check to make sure the app is resolving the URL properly.

揽月 2024-08-02 04:31:11

当您使用代理服务器时会出现此问题。

This problems occurs when your are using Proxy Server.

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