It’s encoding your URL into the correct format for your Browers URL bar. “%25” is the encoded version of “%”, so it’s being replaced.
It’s obviously incorrect in this instance since it’s not an actual URL. Maybe it wouldn’t happen if you’re able to put the URL string into a code block?
It’s encoding your URL into the correct format for your Browers URL bar. “%25” is the encoded version of “%”, so it’s being replaced.
It’s obviously incorrect in this instance since it’s not an actual URL. Maybe it wouldn’t happen if you’re able to put the URL string into a code block?