Page 1 of 1

Links as variable in Webform

PostPosted: Fri Jul 24, 2020 9:18 am
by DarnoQ
Hi,
I run a campaign where agent has to open record unique expernal weblink during the call. I've tried to pit VAR--a--address1--b-- im Webform but it gets either bloccked or od opens as internal link like http://myvicidial.lan/actual_link I've tried iframe with similar result. Some not Perfect workarund od to put fixed webpage and rest of the link as variable (do I believe Https://somepage.com/--a--address1--b-- works) but it doesn't pass & and ? Correctly and target page won't open. Workarund that works but is not feasible in my situation od to put all ? And & parts of the links fixed in Webform and pass all variables separately . Any ideas?

Re: Links as variable in Webform

PostPosted: Fri Jul 24, 2020 9:30 am
by Kabis
Did you give correct url? With http or https?

Re: Links as variable in Webform

PostPosted: Fri Jul 24, 2020 1:17 pm
by DarnoQ
Yes. IT seems to be encoding isue ? in link Changes to %3 and & is %26.

Re: Links as variable in Webform

PostPosted: Mon Jul 27, 2020 2:16 am
by DarnoQ
1. When I put full link as a variable in Webform so - "VAR--A--address1---B-- " result is redirection to http://my_vici_server/agc/https%3A%2F%2Fsomelink.com%2somevariable
2. When I put it with https:// so ike "VARhttps://--A--address2--B--" result is redirection to about:blank#blocked

Any ideas?