Another Escaping issue calling local URL

I am trying to run this command through a button press in button controller:

192.168.2.70:86/Runscript.asp?name=Russound_MPX_Outgoing.vb&func=Main&parms=MPX-2|FAVORITE_17

I can't get it to work, even when I store it in a variable.

I tried playing around with escaping certain characters but haven't found a combination that works yet. So was hoping those that know much more about this than me can weigh in and help me solve this. Thanks.

Perhaps URL encode the portion after ?. Perhaps add http:// to beginning of url?

1 Like

Thanks - I think I was making it too complicated. It turns out that the | was the only character that needed to be escaped.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.