None of the above answers worked for me, I have to replace all opening/closing brackets with %5B
and %5D
.
[ ---> %5B
and for
] ---> %5D
My initial curl url was like this this
https://test.com/computer/agent1/api/json?pretty=true&tree=executors[currentExecutable[url]]
Now I am using like this
https://test.com/computer/agent1/api/json?pretty=true&tree=executors%5BcurrentExecutable%5Burl%5D%5D