I have a service running in Delphi in DataSnap REST
, to access any function of REST
via link would be like this:
servidor:porta/datasnap/rest/classmethods/funcao/parametros
I needed to change the url from
/datasnap/rest/classmethods/
to another URL,
I've been taking a look at what I could change in the DSContext, RESTContext e PathInfo
properties of the DSHTTPWebDispatcher1
component, so I would have to change it to the classmetodos, I did not want to change that part.
I wanted to know if there is a way to change the URL of Datasnap REST
to access, in addition to the one I mentioned.