Hello team,
I have exposed an endpoint, but keep recieveing the 404 (Endpoint not found) when i call it from postman.
I have followed: https://academy.creatio.com/docs/developer/getting_started/develop_appl…
Is there any other prior configurations that need to be done in order to recieve a status 200?
Thank you
Sasori
Like
Hello,
404 error means that there is no issue with the authorization or with the request type (GET\POST etc), it means that the endpoint you are calling doesn't exist (either because the link is not valid or because there is nothing behind this link). Also please try configuring the service as it's described here.
PS:
I am able to login. I recieve a status 200 when calling
ServiceModel/AuthService.svc/Login.
I copy the generated BPMCSRF and place it to the Headers of the Custom web-service. But i keep recieving status 404
Hello,
404 error means that there is no issue with the authorization or with the request type (GET\POST etc), it means that the endpoint you are calling doesn't exist (either because the link is not valid or because there is nothing behind this link). Also please try configuring the service as it's described here.