Hi,
I am trying to use templated url and a settings service. can this be done?
for example, in my setting service I have:
siteurl http://myhost.com/status/id/{id}/site...
when I put {siteurl} in the url field I get a 400 error Bad request like so:
{"code":"PTCT022","description":"Error while sending request: Illegal character in path at index 30 : http://myhost.com/status/id/{id}/site..."}
Is there a way of making this work?
Thanks