【发布时间】:2016-03-02 09:33:46
【问题描述】:
来自敏捷 CRM 文档,尝试几个简单的 curl 调用,例如这个(匿名):
curl https://****.agilecrm.com/dev/api/contacts/*********** -H "Accept :application/xml" -v -u ********@***********:********************
而且总是同样的问题:
< HTTP/1.1 500 Internal Server Error
< Date: Mon, 29 Feb 2016 15:10:50 GMT
< Content-Type: text/html; charset=UTF-8
< Server: Google Frontend
< Content-Length: 323
< Alt-Svc: quic=":443"; ma=2592000; v="30,29,28,27,26,25"
<
很难想象基本的东西有任何错误,但它不起作用。 有什么想法吗?
【问题讨论】: