连接Shopify时出现例外情况

时间:2014-07-30 11:21:37

标签: exception curl shopify

我开发了Shopify应用程序 在shopify中调用shop.json时,有时会为特定客户端抛出ShopifyCurlException:无法解析主机' https:' 99%的用户从未发生这种情况。 有什么想法吗?

1 个答案:

答案 0 :(得分:1)

  

无法解析主持人' https:'

Curl从命令行返回或多或少相同的错误:

$ curl https://thisisnotadomain   
curl: (6) Could not resolve host: thisisnotadomain

$ curl https://                  
curl: (6) Could not resolve host: https

看起来curl无法通过您已通过的网址解析域名,很可能是因为您已通过" https://"。