I have added the rest service and my REST url is
https://agwebv01.ag.utk.edu/silorest/...
i have added that as a request parameter and it even says that it will replace that in the url and not add as the GET parameter.
but in my code I have tried to set that id parameter
requestData.params.id = sessionStorage.getItem("PERNR");
but when it runs and tries to execute it. I can see in the browser console its trying to call
https://agwebv01.ag.utk.edu/silorest/...
instead of the proper
https://agwebv01.ag.utk.edu/silorest/...
how do i make this work?