When passing multiple values in input parameters I am getting error

Hello Team Helical,

I am using Helical Insight 3.1 enterprise version. I am trying to pass multiple values into input parameters but it is throwing error.

The way I am using is
https://192.168.2.1:8085/hi-ee/hi.html?dir=Public/1573701738739/1575439288998&file=123fbff5-fa9d-47cb-899d-301e9934068e.report&TERRITORY=[“Japan”,“NA”,“Emea”]

Snapshot of error is given below

Here Japan, NA and Emea are values of input parameters and these multiple values I would like to pass.

Thank You
Goboja

1 Like

Based on the specific version of Tomcat you are using certain security constraints will not really allow to these kind of brackets in URL [ and ].
Rather the kind of URL will

https://192.168.2.1:8085/hi-ee/hi.html?dir=Public/1573701738739/1575439288998&file=123fbff5-fa9d-47cb-899d-301e9934068e.report&TERRITORY=[“Japan”,“NA”,“Emea”]