I’m trying to get a simple first project up and running, but I’m can’t seem to pass multiple arguments on my query string to the agent when I curl the endpoint, e.g. https://agent.electricimp.com/foo?led=1&ledIndex=0
My request.query only contains the first argument.
This works from the browser or via a tool like hurl.it, but not the command line.