With the command below, if $(query) contains special characters, they are dropped or $(query) is truncated. I understand why it would happen. It would mess with the URL but is there any solution. The two characters giving me trouble are & and +. anyway around this. I’d even consider replacing like the + symbol with the word plus as an example. Any suggestions? Here’s the command:
$(urlfetch https://www.testdomain.com/nb/atest.php?cid= $(chatid)&user=$(user)&query=“$(query)”)
I’ve tried with and without quote and single quotes. Thanks! Cap