!!! Note the spaces in the URL link.
Edit: ^See how even the forum can’t parse the URL properly because of the spaces?
When this is sent to other services via API, like Xano, it would result in an error because it is web standard to have spaces in URLs replaced with encoding (such as “%20”) or some other filler value like “-”. URLs can’t have spaces in them.
Not sure if there are any reasons why those wouldn’t be automatically encoded by the platform. Maybe someone from weweb can chime in on that, but it seems to me like it should be the case that provided URLs are always properly encoded.