Please tell me if it is possible to implement a special web service that uses anonymous authentication, which can be called from an arbitrary address like https://domen.creatio.com/mypath/?
Thank you
Like
You can see the details for how to implement an anonymous web service in Creatio here: https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/back-end-development/web-services/web-service-implementation/examples/web-service-anonymous-authentication
Ryan
So as far as I understood, you need a web service that will be available not from /0/ServiceModel directory, but from some custom one. If so - no, this is not possible, you need to use the approach described in the Academy article that Ryan shared.
Демчук,
btw, can you please describe why you need to use a custom path, but not standard path like /0/ServiceModel or /0/rest?