for me since the URL was fairly simple, and just the ?
was being encoded, the following workaround worked for me:
{{endpointSelect.value.split('?')[0]}}?{{endpointSelect.value.split('?')[1]}}
for me since the URL was fairly simple, and just the ?
was being encoded, the following workaround worked for me:
{{endpointSelect.value.split('?')[0]}}?{{endpointSelect.value.split('?')[1]}}