He buscado productos como este localhost/api/rest/products
Pero está redirigiendo directamente a la página de inicio de localhost
. He generado todas las claves y tokens y probé esto también:127.0.0.1/rest/api/products
magento-1.9
rest
Sudhir Belagali
fuente
fuente
Respuestas:
https://www.ask-sheldon.com/magento-enable-rest-api-in-htaccess/
¿Activaste la API REST en .htaccess?
Options +FollowSymLinks
aOptions +FollowSymLinks -MultiViews
RewriteRule ^api api.php?type=rest [QSA,L]
fuente
La ruta es localhost / api / rest / products.
fuente