Jump to content
- Community Forums
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
abinop hasn't added any friends yet.
Posted by abinop on 04 July 2019 - 06:09 AM
The problem was that Apache did not support PUT and DELETE. As soon as we enabled them everything worked as expected.
Posted by abinop on 02 July 2019 - 07:03 AM
Hello,
I try to update a product via REST API using the url http://example.com/api/products/:id as mentioned here .
I am using the PUT method but I am getting
405 Method Not Allowed
The requested method PUT is not allowed for the URL /api/stores/1/products/27
I am trying from Postman, and creating or getting products works fine. What could go wrong?