- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2015
04:50 AM
03-26-2015
04:50 AM
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?
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2015
06:40 AM
03-26-2015
06:40 AM
Re: Using magento api on windows
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2015
07:17 AM
03-26-2015
07:17 AM
Re: Using magento api on windows
It returns 404 too.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2015
09:45 PM
08-17-2015
09:45 PM
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-...