Hi,
My original url is https://my.domain.com/path1/?id=5
I need to add a new parameter to url as a first parameter.
New url will be https://my.domain.com/path1/?first=xyz&id=5
How can I replace original first ? to & as above?
PS: id parameter is just an example. There can be other parameters that depends client request. So I need to replace first ? to & always.
Thanks