简体   繁体   中英

403 Access Denied for customers in Magento REST API

I am getting 403 Access Denied error for http://www.example.com/rest/api/customers in Magento 1.9.2.4. Everything in admin side rest & admin roles and resources are proper and set to "All". Though http://www.example.com/rest/api/products is working but not able to fetch customers and getting Access Denied.

I tried with other Magento version setups also in same server but all gives 403 Access Denied error for customers and working fine for products. Server is using SUPHP. What could be solution?

Thanks

How are you making the calls? Is it a php script or are you using something like this? You need to give this detail to identify the erroe

How to use POSTMAN rest client with magento REST api with Oauth. How to get Token and Token Secret?

I have found this tutorial is great to pinpoint where the error are ie the parameters not being encoded with the url etc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM