You may need to encode some of the special characters, like this:
Also, your parameter to httpGet()
seems a bit off. Try adding brackets to declare the map, like this:
httpGet([uri: commandLogin])
You may need to encode some of the special characters, like this:
Also, your parameter to httpGet()
seems a bit off. Try adding brackets to declare the map, like this:
httpGet([uri: commandLogin])