cancel
Showing results for 
Search instead for 
Did you mean: 

Using magento api on windows

Using magento api on windows

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?

3 REPLIES 3

Re: Using magento api on windows

Re: Using magento api on windows

It returns 404 too.

Re: Using magento api on windows

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-...