i think the problem come from &, you should escape it on the command shell
wget "http://localhost:8001/test/run?a=123&b=345" 2013/12/19 jackiedong <[email protected]> > Hey, > I send a GET request: wget http://localhost:8001/test/run?a=123&b=345to the > CB server. > But I only can get the first parameter a, "&b=345" are totally missing. > "Req : query_params ( )" > [{"a","123"}] > This problem is strange. Do you have any idea to get the parameter of b? > Thank you very much. > > -Regards- > -Jackie- > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
