为了使用 magento rest api,我做了以下事情。
在窗口中
- 使用 oauth 安装了 magento 1.7 CE(在 phpinfo 中检查)。
- 创建用户角色并为来宾用户授予所有权限。
后来尝试通过URL访问其余资源
http://localhost:8036/magento/index.php/api/products/?type=rest
http://localhost:8036/magento/api/products/?type=rest
http://localhost:8036/magento/api/rest/products/
none of them worked. What can I do now? Any kind of help is appreciated. I have followed all the magento guidelies for REST.
In Ubuntu
- done the same settings
while accessing the rest resource via
http://10.211.20.26/magento/api/rest/products/
未找到
在此服务器上找不到请求的 URL /magento/api/rest/products/。
我的两个 magento 安装中都有产品。