If the characters are used in the URL, then the exchange rate update does not work.
For example:
https://data.kurzy.cz/json/komodity/id[zlato]den[20240101-20240111]mena[czk]
Have you tried the URL escaping for brackets, i.e., %5B
for [
and %5D
for ]
?
3 Likes
This seems to work. Thank you very much.