get_params_from_url adds trailing ampersand
-
The get_params_from_url parameter is awesome, except it adds an
&
to the end of the url. For example, instead ofhttps://www.example.com/Onlineapp2/Login.aspx?siteid=03a20a26-7a86-44c2-9af0-cf0eb3e72a95
&lo=lchirip we gethttps://www.example.com/Onlineapp2/Login.aspx?siteid=03a20a26-7a86-44c2-9af0-cf0eb3e72a95
&lo=lchirip&A 3rd party vendor we’re using says the extra
&
messes up the logic on their end.Any reason that trailing & needs to be there? Any option to not have it show?
Thanks for an awesome plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_params_from_url adds trailing ampersand’ is closed to new replies.