In the recent times we have been observing some URL’s change after saving the definition in service node. For example:
https://api.telegram.org/bot6089913040:AAFpugTFeOOw5fnE5v-Ug9ACoCf9lQPrZDI
after saving into a service node changes to:
https://api.telegram.org:I/bot6089913040:AAFpugTFeOOw5fnE5v-Ug9ACoCf9lQPrZDI
The :I character gets added to the URL. This is because we are currently not supporting using colons directly in service node URL since using colons (:) in URLs can create some issues, as colons have special meaning in URLs, typically used to separate the protocol.
Solution for such URLs :-
We can create variables under environment or content variables in platform and use that variable in the service node.
Hope this helps!!