Hi,
I just testing magento api on windows. Considering i don't have rewrite rule on windows, how should i write requests?
e.g: http://127.0.0.1/magento1910/api/rest/products
should be something like this?
http://127.0.0.1/magento1910/api.php/rest/products
But i got 404 error.
Any ideas on this?
It returns 404 too.
Hi, you could check my post, the issue was mostly caused by rewrite configurations, try to modify your web.config http://community.magento.com/t5/Programming-Questions/REST-API-issue-can-not-read-api-data-in-IIS-7-...