I am working on a web application that uses Highrise to store client information, the application uses node.js, and I use the npm package to achieve a highrise api. When I try to get into the api to add a client, it sends a request to the correct path (/people.xml) according to high-level documents, but always returns a 404 error, what could be the problem here?
source
share