1

magento rest api を使用するために、次のことを行いました。

Windows で

  • 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/ がこのサーバーで見つかりませんでした。

私の両方のマジェントインストールに製品があります。

4

1 に答える 1

2

あなたの書き換えが壊れているようです。Apache HTTPd を実行していると思われるので、Magento インストールのルートにある .htaccess を確認し、書き換えが機能することを確認してください。対応する行のコメントを外すことでそれを行うことができます。RewriteLog および RewriteLogLevel ディレクティブを使用して、書き換えエンジンにログを追加してください。

于 2013-10-08T22:30:49.203 に答える