标签: php api rest curl http-status-code-405
我正在尝试使用cURL和PHP与REST API进行通信。问题是我要调用的方法之一在其名称中有一个短划线“ - ”。
每当我调用此方法时,我都会收到此错误HTTP Code: 405 Specified method is not allowed for this resource.
HTTP Code: 405 Specified method is not allowed for this resource.
这是我发布数据的URI是/directories/lookup-entries
/directories/lookup-entries
如何正确POST此API的数据
POST