Remote services group name - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Remote services group name (/showthread.php?tid=4806) |
Remote services group name - vitangelo - 05.06.2023 Hi, I'm testing the possibility of managing some points via remote services (json, xml), and to identify the 'alias' I would like to use the name and not the address, but if the name contains spaces and/or some characters (. _) it replies that can't find the object, is there a way to send the name containing these characters? I've tried putting it between ' ' and " ", but it doesn't seem to work. Thank you RE: Remote services group name - admin - 05.06.2023 Name/alias must be url-encoded. Space character can be replaced with either %20 or + RE: Remote services group name - vitangelo - 05.06.2023 (05.06.2023, 12:23)admin Wrote: Name/alias must be url-encoded. Space character can be replaced with either %20 or + Ok, thanks, with url-encoded it works fine bye bye |