Does anyone know of the optimal method for speed to encode a URL when passing that URL as a parameter in an API call? thanks
Does anyone know of the optimal method for speed to encode a URL when passing that URL as a parameter in an API call? thanks
You can natively use :formatted as URL
@reger-alexander thanks