Please Look at the foo example - it is directly out of make http request
By default, Make handles multiple values for the same url query string parameter key as arrays (e.g. www.test.com?foo=bar&foo=baz will be converted to www.test.com?foo[0]=bar&foo[1]=baz ). To disable this feature, activate this option.
“Disable serialization of multiple same query string keys as arrays” is ON
Why they only send the LAST key ?
It’s quite commen (I think) to use the same parameter twice as they also do in there own example www.test.com?foo=bar&foo=baz - foo gets 2 values …
Yes Postman response is OK - Exact what I expect - also both parameters in th APi Server Logfile. Since MAke is (according to the apach logs) not sending the right URL the response i s wrong
make is not adding the second Parameter…
also when i swicth OFF "Disable serialization of multiple same query string keys as arrays”
The URL is not modilated correctly !!! that is why i guess it is a bug
Hey @trob999 , its a bit of a weird API (looks like oData but at the same time is not) however this does indeed seem like a bug…
Could you create a support ticket with the team, since they will be able to assist you more.