Hi @Rykie
I think this should work
However, if you want to pass the path and query in the Path property, you should manually encode each component via encode(“uriComponentEscape”, “some value”).
Also you could try to use uriencode. This method can be used to encode the entire URL, including query-string values.
