It appears that parameters passed into a GET method call with the --additional-params options are being ignored.
I'm able to successfully invoke DELETE, POST, PUT - so my cognito elements and the basic mechanisms are all good - and I can call GET with a path parameter, however anything I try to pass in as a querystring is ignored.
I've tried with escaped double quote JSON from windows i.e. --additional-params "{\"name\":\"value\"}" as well as standard singe quoted JSON under Linux i.e. --additional-params '{"name":"value"}'
Note: the escaped quotes succeeds for JSON submitted in the --body parameter under window.
Am I missing something obvious?
Thanks!
It appears that parameters passed into a GET method call with the --additional-params options are being ignored.
I'm able to successfully invoke DELETE, POST, PUT - so my cognito elements and the basic mechanisms are all good - and I can call GET with a path parameter, however anything I try to pass in as a querystring is ignored.
I've tried with escaped double quote JSON from windows i.e.
--additional-params "{\"name\":\"value\"}"as well as standard singe quoted JSON under Linux i.e.--additional-params '{"name":"value"}'Note: the escaped quotes succeeds for JSON submitted in the
--bodyparameter under window.Am I missing something obvious?
Thanks!